Claw 1.7.3
application.cpp File Reference

Implementation of the claw::application class. More...

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.
 

Detailed Description

Implementation of the claw::application class.

Author
Julien Jorge

Definition in file application.cpp.

Macro Definition Documentation

◆ CLAW_MK_STR

#define CLAW_MK_STR ( e)
Value:
#define CLAW_MK_STR_(e)
Build a char[] string representing an expression.

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().

◆ CLAW_MK_STR_

#define CLAW_MK_STR_ ( e)
Value:
#e

Build a char[] string representing an expression.

Parameters
eThe content of the string.

Definition at line 41 of file application.cpp.