CMS 3D CMS Logo

All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Macros
stringize.h File Reference

Go to the source code of this file.

Macros

#define EDM_STRINGIZE(token)   EDM_STRINGIZE_(token)
 
#define EDM_STRINGIZE_(token)   #token
 

Macro Definition Documentation

◆ EDM_STRINGIZE

#define EDM_STRINGIZE (   token)    EDM_STRINGIZE_(token)

Definition at line 6 of file stringize.h.

◆ EDM_STRINGIZE_

#define EDM_STRINGIZE_ (   token)    #token

Definition at line 5 of file stringize.h.