ATLAS Offline Software
Loading...
Searching...
No Matches
stringify.h File Reference

Go to the source code of this file.

Macros

#define __STRINGIFY(x)
#define STRINGIFY(x)
#define __PASTE(x, y)
#define PASTE(x)

Macro Definition Documentation

◆ __PASTE

#define __PASTE ( x,
y )
Value:
x##y
#define y
#define x

Definition at line 11 of file stringify.h.

◆ __STRINGIFY

#define __STRINGIFY ( x)
Value:
#x

Definition at line 9 of file stringify.h.

◆ PASTE

#define PASTE ( x)
Value:
#define __PASTE(x, y)
Definition stringify.h:11

Definition at line 12 of file stringify.h.

◆ STRINGIFY

#define STRINGIFY ( x)
Value:
#define __STRINGIFY(x)
Definition stringify.h:9

Definition at line 10 of file stringify.h.