|
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | ARMARX_FIRST_PARAMETER(...) |
| Expands the given parameters and returns the first. | |
| #define | ARMARX_FIRST_PARAMETER_IMPL(x1, ...) |
| #define | ARMARX_SECOND_PARAMETER(...) |
| Expands the given parameters and returns the second. | |
| #define | ARMARX_SECOND_PARAMETER_IMPL(x1, x2, ...) |
| #define | ARMARX_THIRD_PARAMETER(...) |
| Expands the given parameters and returns the third. | |
| #define | ARMARX_THIRD_PARAMETER_IMPL(x1, x2, x3, ...) |
| #define ARMARX_FIRST_PARAMETER_IMPL | ( | x1, | |
| ... ) |
Definition at line 31 of file tuple_element.h.
| #define ARMARX_SECOND_PARAMETER_IMPL | ( | x1, | |
| x2, | |||
| ... ) |
Definition at line 38 of file tuple_element.h.
| #define ARMARX_THIRD_PARAMETER_IMPL | ( | x1, | |
| x2, | |||
| x3, | |||
| ... ) |
Definition at line 45 of file tuple_element.h.