Claw  1.7.3
Macros
application.cpp File Reference

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.

Detailed Description

Implementation of the claw::application class.

Author
Julien Jorge

Definition in file application.cpp.

Macro Definition Documentation

#define CLAW_MK_STR (   e)    CLAW_MK_STR_(e)

Build a char[] string representing an expression.

Parameters
eThe 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.

Parameters
eThe content of the string.

Definition at line 41 of file application.cpp.