|
feisty meow concerns codebase
2.140
|
Provides macros that implement the 'main' program of an application. More...
#include "application_shell.h"#include "command_line.h"#include "windoze_helper.h"#include <basis/contracts.h>#include <loggers/critical_events.h>#include <loggers/combo_logger.h>#include <structures/static_memory_gremlin.h>#include <loggers/program_wide_logger.h>
Go to the source code of this file.
Namespaces | |
| application | |
| Implements an application lock to ensure only one is running at once. | |
Macros | |
| #define | HOOPLE_STARTUP_CODE DEFINE_INSTANCE_HANDLE; |
| #define | HOOPLE_MAIN(obj_name, obj_args) |
| options that should work for most unix and linux apps. More... | |
Provides macros that implement the 'main' program of an application.
Definition in file hoople_main.h.
| #define HOOPLE_MAIN | ( | obj_name, | |
| obj_args | |||
| ) |
options that should work for most unix and linux apps.
Definition at line 61 of file hoople_main.h.
| #define HOOPLE_STARTUP_CODE DEFINE_INSTANCE_HANDLE; |
Definition at line 43 of file hoople_main.h.