Go to the source code of this file.
◆ ANCHOR
#define ANCHOR |
( |
| PREFIX, |
|
|
| NAME ) |
Value: struct NAME { \
static constexpr dimension_parameter_t x{
TO_STRING(PREFIX##_##NAME##_x)}; \
static constexpr dimension_parameter_t y{
TO_STRING(PREFIX##_##NAME##_y)}; \
}
Definition at line 13 of file configure_anchors.cppm.
◆ DIMENSIONAL_PARAM
#define DIMENSIONAL_PARAM |
( |
| PREFIX, |
|
|
| NAME, |
|
|
| ... ) |
Value: ctx.set_parameter(
TO_STRING(PREFIX##_##NAME), __VA_ARGS__)
◆ PARENT_PARAM
#define PARENT_PARAM |
( |
| NAME, |
|
|
| ... ) |
◆ PREV_PARAM
#define PREV_PARAM |
( |
| NAME, |
|
|
| ... ) |
◆ SELF_PARAM
#define SELF_PARAM |
( |
| NAME, |
|
|
| ... ) |
◆ TO_STRING [1/2]
◆ TO_STRING [2/2]