InnerNode.h
Go to the documentation of this file.
Definition: Checklist.h:27
An intermediate ACL tree node. Manages a collection of child tree nodes.
Definition: InnerNode.h:22
virtual int doMatch(ACLChecklist *checklist, Nodes::const_iterator start) const =0
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
int match(ACLChecklist *checklist) override
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
Definition: parse.c:104