|
Claw
1.7.3
|
Implementation of the claw::application class. More...
#include <claw/application.hpp>#include <claw/logger.hpp>#include <claw/log_stream_uniq.hpp>#include <claw/log_stream_concise.hpp>#include <claw/claw_gettext.hpp>Go to the source code of this file.
Macros | |
| #define | CLAW_MK_STR_(e) #e |
| Build a char[] string representing an expression. | |
| #define | CLAW_MK_STR(e) 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 | ) | CLAW_MK_STR_(e) |
Build a char[] string representing an expression.
| e | The content of the string. |
Definition at line 47 of file application.cpp.
Referenced by claw::application::application().
| #define CLAW_MK_STR_ | ( | e | ) | #e |
Build a char[] string representing an expression.
| e | The content of the string. |
Definition at line 41 of file application.cpp.
1.8.1.2