InnerNode.h
Definition: parse.c:104
virtual int match(ACLChecklist *checklist)
Matches the actual data in checklist against this ACL.
Definition: InnerNode.cc:89
void add(ACL *node)
appends the node to the collection and takes control over it
Definition: InnerNode.cc:35
An intermediate ACL tree node. Manages a collection of child tree nodes.
Definition: InnerNode.h:22
Definition: Checklist.h:27
bool resumeMatchingAt(ACLChecklist *checklist, Acl::Nodes::const_iterator pos) const
Resumes matching (suspended by an async call) at the given position.
Definition: InnerNode.cc:95
virtual int doMatch(ACLChecklist *checklist, Nodes::const_iterator start) const =0