Implementation of the claw::application class. More...
#include <claw/application/application.hpp>#include <claw/logger/log_stream_concise.hpp>#include <claw/logger/log_stream_uniq.hpp>#include <claw/logger/logger.hpp>#include <claw/claw_gettext.hpp>
Go to the source code of this file.
Macros | |
| #define | CLAW_MK_STR_(e) |
| Build a char[] string representing an expression. | |
| #define | CLAW_MK_STR(e) |
| Build a char[] string representing an expression. | |
Implementation of the claw::application class.
Definition in file application.cpp.
| #define CLAW_MK_STR | ( | e | ) |
Build a char[] string representing an expression.
| e | The content of the string. |
Definition at line 48 of file application.cpp.
| #define CLAW_MK_STR_ | ( | e | ) |
Build a char[] string representing an expression.
| e | The content of the string. |
Definition at line 42 of file application.cpp.