|
enum | Flag {
IS_MULTI = (1 << 0),
CAN_CHECK = (1 << 1),
CAN_APPLY = (1 << 2),
NEEDS_MATCH_ALL = (1 << 3),
IS_MULTI = (1 << 0),
CAN_CHECK = (1 << 1),
CAN_APPLY = (1 << 2),
NEEDS_MATCH_ALL = (1 << 3)
} |
|
enum | Flag {
IS_MULTI = (1 << 0),
CAN_CHECK = (1 << 1),
CAN_APPLY = (1 << 2),
NEEDS_MATCH_ALL = (1 << 3),
IS_MULTI = (1 << 0),
CAN_CHECK = (1 << 1),
CAN_APPLY = (1 << 2),
NEEDS_MATCH_ALL = (1 << 3)
} |
|
|
| RuleDescription (const std::string &n, unsigned int flags) |
|
| RuleDescription (const std::string &n, unsigned int flags) |
|
|
std::string | name |
|
bool | multi |
|
bool | can_check |
|
bool | can_apply |
|
bool | needs_match_all |
|
The documentation for this class was generated from the following file: