Go to the source code of this file.
Macros | |
| #define | ONIXS_TO_STR(arg) |
| #define | ONIXS_TO_STR_IMPL(arg) |
| #define | ONIXS_JOIN(left, right) |
| #define | ONIXS_JOIN_IMPL1(left, right) |
| #define | ONIXS_JOIN_IMPL2(left, right) |
| #define ONIXS_JOIN | ( | left, | |
| right ) |
Definition at line 34 of file CppUtils.h.
| #define ONIXS_JOIN_IMPL1 | ( | left, | |
| right ) |
Definition at line 38 of file CppUtils.h.
| #define ONIXS_JOIN_IMPL2 | ( | left, | |
| right ) |
Definition at line 42 of file CppUtils.h.
| #define ONIXS_TO_STR | ( | arg | ) |
Definition at line 26 of file CppUtils.h.
| #define ONIXS_TO_STR_IMPL | ( | arg | ) |
Definition at line 30 of file CppUtils.h.