This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | COUNT(...) COUNT_HELPER(__VA_ARGS__, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1) |
| #define | COUNT_HELPER(N1, N2, N3, N4, N5, N6, N7, N8, N9, N10, N, ...) N |
| #define | DEBUGVALN(N) DEBUGVALN_HELPER(N) |
| #define | DEBUGVALN_HELPER(N) DEBUGVAL##N |
| #define | DEBUGVAL10(x, ...) |
| #define | DEBUGVAL9(x, ...) |
| #define | DEBUGVAL8(x, ...) |
| #define | DEBUGVAL7(x, ...) |
| #define | DEBUGVAL6(x, ...) |
| #define | DEBUGVAL5(x, ...) |
| #define | DEBUGVAL4(x, ...) |
| #define | DEBUGVAL3(x, ...) |
| #define | DEBUGVAL2(x, ...) |
| #define | DEBUGVAL1(x) |
| #define COUNT | ( | ... | ) | COUNT_HELPER(__VA_ARGS__, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1) |
Definition at line 1 of file DebugVal.hpp.
Definition at line 2 of file DebugVal.hpp.
| #define DEBUGVALN | ( | N | ) | DEBUGVALN_HELPER(N) |
Definition at line 4 of file DebugVal.hpp.
Definition at line 5 of file DebugVal.hpp.
| #define DEBUGVAL10 | ( | x, | |
| ... ) |
Definition at line 7 of file DebugVal.hpp.
| #define DEBUGVAL9 | ( | x, | |
| ... ) |
Definition at line 12 of file DebugVal.hpp.
| #define DEBUGVAL8 | ( | x, | |
| ... ) |
Definition at line 17 of file DebugVal.hpp.
| #define DEBUGVAL7 | ( | x, | |
| ... ) |
Definition at line 22 of file DebugVal.hpp.
| #define DEBUGVAL6 | ( | x, | |
| ... ) |
Definition at line 27 of file DebugVal.hpp.
| #define DEBUGVAL5 | ( | x, | |
| ... ) |
Definition at line 32 of file DebugVal.hpp.
| #define DEBUGVAL4 | ( | x, | |
| ... ) |
Definition at line 37 of file DebugVal.hpp.
| #define DEBUGVAL3 | ( | x, | |
| ... ) |
Definition at line 42 of file DebugVal.hpp.
| #define DEBUGVAL2 | ( | x, | |
| ... ) |
Definition at line 47 of file DebugVal.hpp.
| #define DEBUGVAL1 | ( | x | ) |
Definition at line 52 of file DebugVal.hpp.