![]() |
ATLAS Offline Software
|
Go to the source code of this file.
Macros | |
| #define | __STRINGIFY(x) #x |
| #define | STRINGIFY(x) __STRINGIFY(x) |
| #define | __PASTE(x, y) x##y |
| #define | PASTE(x) __PASTE(x,y) |
Definition at line 10 of file stringify.h.
| #define STRINGIFY | ( | x | ) | __STRINGIFY(x) |
Definition at line 11 of file stringify.h.
1.8.18