Searched refs:NFRuleList (Results 1 – 4 of 4) sorted by relevance
33 class NFRuleList : public UMemory {39 NFRuleList(uint32_t capacity = 10) 43 ~NFRuleList() { in ~NFRuleList()100 NFRuleList(const NFRuleList &other); // forbid copying of this class101 NFRuleList &operator=(const NFRuleList &other); // forbid copying of this class
72 NFRuleList rules;75 NFRuleList fractionRules;
24 class NFRuleList; variable50 NFRuleList& ruleList,
109 NFRuleList& rules, in makeRules()