ATLAS Offline Software
Macros
stringify.h File Reference

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)
 

Macro Definition Documentation

◆ __PASTE

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

Definition at line 12 of file stringify.h.

◆ __STRINGIFY

#define __STRINGIFY (   x)    #x

Definition at line 10 of file stringify.h.

◆ PASTE

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

Definition at line 13 of file stringify.h.

◆ STRINGIFY

#define STRINGIFY (   x)    __STRINGIFY(x)

Definition at line 11 of file stringify.h.