Remove each rule in ruleSet from the rule set of this object.
Synopsis
Declared in <ball_categorymanager.h>
int
removeRules(RuleSet const& ruleSet);
Description
Remove each rule in the specified ruleSet from the set of rules maintained by this object. Return the number of rules removed. The behavior is undefined unless a lock is not held by this thread on the mutex returned by rulesetMutex.
Return Value
number of rules removed
Parameters
Name |
Description |
ruleSet |
rule set whose rules are to be removed |
Created with MrDocs