Go to the source code of this file.
|
#define | SYMBOL_RECORD(EnumName, value, name) |
|
#define | CV_SYMBOL(EnumName, value) SYMBOL_RECORD(EnumName, value, EnumName) |
|
#define | TYPE_RECORD(EnumName, value, name) |
|
#define | PUSH_CHARACTERISTIC_FLAG(Enum, TheOpt, Value, Style, Descriptive) |
|
#define | PUSH_MASKED_CHARACTERISTIC_FLAG(Enum, Mask, TheOpt, Value, Style, Descriptive) |
|
◆ CV_SYMBOL
◆ PUSH_CHARACTERISTIC_FLAG
#define PUSH_CHARACTERISTIC_FLAG |
( |
|
Enum, |
|
|
|
TheOpt, |
|
|
|
Value, |
|
|
|
Style, |
|
|
|
Descriptive |
|
) |
| |
Value:
((
Style == CharacteristicStyle::HeaderDefinition) ? #TheOpt \
: Descriptive))
Definition at line 125 of file FormatUtil.cpp.
◆ PUSH_MASKED_CHARACTERISTIC_FLAG
#define PUSH_MASKED_CHARACTERISTIC_FLAG |
( |
|
Enum, |
|
|
|
Mask, |
|
|
|
TheOpt, |
|
|
|
Value, |
|
|
|
Style, |
|
|
|
Descriptive |
|
) |
| |
Value:
((
Style == CharacteristicStyle::HeaderDefinition) \
? #TheOpt \
: Descriptive))
Definition at line 130 of file FormatUtil.cpp.
◆ SYMBOL_RECORD
◆ TYPE_RECORD