|
#include "concat.h"
Go to the source code of this file.
Macros | |
#define | __COUNTER__ MACRO_COUNTER_NOT_DEFINED |
#define | ARMARX_ANONYMOUS_VARIABLE ARMARX_ANONYMOUS_VARIABLE_WITH_PREFIX(armarxAnonymousVariable) |
creates a identifier. More... | |
#define | ARMARX_ANONYMOUS_VARIABLE_WITH_PREFIX(pre) ARMARX_CONCATENATE_5(pre, _IN_LINE_, __LINE__, _WITH_COUNT_, __COUNTER__) |
creates a identifier with a given prefix. More... | |
#define __COUNTER__ MACRO_COUNTER_NOT_DEFINED |
Definition at line 35 of file anonymous_variable.h.