Horizon
|
Public Types | |
enum | Flag { IS_MULTI = (1 << 0) , CAN_CHECK = (1 << 1) , CAN_APPLY = (1 << 2) , NEEDS_MATCH_ALL = (1 << 3) } |
Public Member Functions | |
RuleDescription (const std::string &n, unsigned int flags) | |
Public Attributes | |
std::string | name |
bool | multi |
bool | can_check |
bool | can_apply |
bool | needs_match_all |