|
feisty meow concerns codebase
2.140
|
#include <application/hoople_main.h>#include <basis/guards.h>#include <basis/astring.h>#include <loggers/console_logger.h>#include <configuration/application_configuration.h>#include <structures/static_memory_gremlin.h>
Go to the source code of this file.
Macros | |
| #define | LOG(s) CLASS_EMERGENCY_LOG(program_wide_logger::get(), s) |
Functions | |
| const char * | static_class_name () |
| int | main (int argc, char *argv[]) |
Variables | |
| HOOPLE_STARTUP_CODE | |
| #define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger::get(), s) |
Definition at line 34 of file test_path_configuration.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 41 of file test_path_configuration.cpp.
References FUNCDEF, LOG, and static_class_name().
| const char* static_class_name | ( | ) |
Definition at line 37 of file test_path_configuration.cpp.
Referenced by main().
| HOOPLE_STARTUP_CODE |
Definition at line 39 of file test_path_configuration.cpp.