Return a reference to the non‐modifiable relevant rule mask for this category.

Synopsis

Declared in <ball_category.h>

RuleSet::MaskType
relevantRuleMask() const;

Description

The returned RuleSet::MaskType value is a bit‐mask, where each bit is a boolean value indicating whether the rule at the corresponding index (in the rule set of the category manager that owns this category) applies at this category. Note that a rule applies to this category if the rule's pattern matches the name returned by categoryName.

Return Value

bit‐mask of rules that apply to this category

Created with MrDocs