#include "blocxx/BLOCXX_config.h"
#include "blocxx/Format.hpp"
#include <stdio.h>
#include <unistd.h>
Go to the source code of this file.
|
| #define | PRINT_FUNC_NAME_ARGS1(a) |
| |
| #define | PRINT_FUNC_NAME_ARGS2(a, b) |
| |
| #define | PRINT_FUNC_NAME_ARGS3(a, b, c) |
| |
| #define | PRINT_FUNC_NAME_ARGS4(a, b, c, d) |
| |
| #define | PRINT_FUNC_NAME_ARGS5(a, b, c, d, e) |
| |
| #define | PRINT_FUNC_NAME_ARGS6(a, b, c, d, e, f) |
| |
| #define | PRINT_FUNC_NAME_ARGS7(a, b, c, d, e, f, g) |
| |
| #define | PRINT_FUNC_NAME_ARGS8(a, b, c, d, e, f, g, h) |
| |
| #define | PRINT_FUNC_NAME_ARGS9(a, b, c, d, e, f, g, h, i) |
| |
| #define | PRINT_FUNC_NAME_ARGS10(a, b, c, d, e, f, g, h, i, j) |
| |
| #define | PRINT_FUNC_NAME |
| |
| #define PRINT_FUNC_NAME_ARGS1 |
( |
|
a | ) |
|
| #define PRINT_FUNC_NAME_ARGS10 |
( |
|
a, |
|
|
|
b, |
|
|
|
c, |
|
|
|
d, |
|
|
|
e, |
|
|
|
f, |
|
|
|
g, |
|
|
|
h, |
|
|
|
i, |
|
|
|
j |
|
) |
| |
| #define PRINT_FUNC_NAME_ARGS2 |
( |
|
a, |
|
|
|
b |
|
) |
| |
| #define PRINT_FUNC_NAME_ARGS3 |
( |
|
a, |
|
|
|
b, |
|
|
|
c |
|
) |
| |
| #define PRINT_FUNC_NAME_ARGS4 |
( |
|
a, |
|
|
|
b, |
|
|
|
c, |
|
|
|
d |
|
) |
| |
| #define PRINT_FUNC_NAME_ARGS5 |
( |
|
a, |
|
|
|
b, |
|
|
|
c, |
|
|
|
d, |
|
|
|
e |
|
) |
| |
| #define PRINT_FUNC_NAME_ARGS6 |
( |
|
a, |
|
|
|
b, |
|
|
|
c, |
|
|
|
d, |
|
|
|
e, |
|
|
|
f |
|
) |
| |
| #define PRINT_FUNC_NAME_ARGS7 |
( |
|
a, |
|
|
|
b, |
|
|
|
c, |
|
|
|
d, |
|
|
|
e, |
|
|
|
f, |
|
|
|
g |
|
) |
| |
| #define PRINT_FUNC_NAME_ARGS8 |
( |
|
a, |
|
|
|
b, |
|
|
|
c, |
|
|
|
d, |
|
|
|
e, |
|
|
|
f, |
|
|
|
g, |
|
|
|
h |
|
) |
| |
| #define PRINT_FUNC_NAME_ARGS9 |
( |
|
a, |
|
|
|
b, |
|
|
|
c, |
|
|
|
d, |
|
|
|
e, |
|
|
|
f, |
|
|
|
g, |
|
|
|
h, |
|
|
|
i |
|
) |
| |