HPCToolkit
|
Go to the source code of this file.
Macros | |
#define | __CAT0_(a, b) a ## b |
#define | __CAT1_(a, b) __CAT0_(a, b) |
#define | __CAT2_(a, b) __CAT1_(a, b) |
#define | PPCAT(a, b) __CAT2_(a, b) |
#define | __STR0_(a) #a |
#define | __STR1_(a) __STR0_(a) |
#define | __STR2_(a) __STR1_(a) |
#define | PPSTR(a) __STR2_(a) |
#define __CAT0_ | ( | a, | |
b | |||
) | a ## b |
Definition at line 20 of file ppcat+ppstr.h.
#define __CAT1_ | ( | a, | |
b | |||
) | __CAT0_(a, b) |
Definition at line 21 of file ppcat+ppstr.h.
#define __CAT2_ | ( | a, | |
b | |||
) | __CAT1_(a, b) |
Definition at line 22 of file ppcat+ppstr.h.
#define __STR0_ | ( | a | ) | #a |
Definition at line 26 of file ppcat+ppstr.h.
#define __STR1_ | ( | a | ) | __STR0_(a) |
Definition at line 27 of file ppcat+ppstr.h.
#define __STR2_ | ( | a | ) | __STR1_(a) |
Definition at line 28 of file ppcat+ppstr.h.
#define PPCAT | ( | a, | |
b | |||
) | __CAT2_(a, b) |
Definition at line 24 of file ppcat+ppstr.h.
#define PPSTR | ( | a | ) | __STR2_(a) |
Definition at line 30 of file ppcat+ppstr.h.