claw 1.9.0
 
Loading...
Searching...
No Matches
application.cpp File Reference

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

Include dependency graph for application.cpp:

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 48 of file application.cpp.

◆ 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 42 of file application.cpp.