MeshTex  3.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
UtilityMacros.h File Reference

Basic macros. More...

Go to the source code of this file.

Macros

#define STRINGIFY(A)   #A
 Convert a token to a string at compile-time.
#define STRINGIFY_MACRO(A)   STRINGIFY(A)
 Convert a macro's value to a string at compile-time.

Detailed Description

Basic macros.


Macro Definition Documentation

#define STRINGIFY (   A)    #A

Convert a token to a string at compile-time.

Parameters:
AThe token to stringify.
#define STRINGIFY_MACRO (   A)    STRINGIFY(A)

Convert a macro's value to a string at compile-time.

Parameters:
AThe name of the macro to process.