|
Squid Web Cache v8/master
|
Position of a child node within an Acl::Node tree. More...
Public Member Functions | |
| Breadcrumb () | |
| Breadcrumb (const Acl::InnerNode *aParent, Acl::Nodes::const_iterator aPos) | |
| bool | operator== (const Breadcrumb &b) const |
| bool | operator!= (const Breadcrumb &b) const |
| void | clear () |
Public Attributes | |
| RefCount< const Acl::InnerNode > | parent |
| intermediate node in the ACL tree | |
| Acl::Nodes::const_iterator | position |
| child position inside parent | |
Definition at line 177 of file Checklist.h.
|
inline |
Definition at line 180 of file Checklist.h.
|
inline |
Definition at line 181 of file Checklist.h.
|
inline |
Definition at line 184 of file Checklist.h.
References parent.
Referenced by ACLChecklist::matchChild().
|
inline |
Definition at line 183 of file Checklist.h.
References operator==().
|
inline |
Definition at line 182 of file Checklist.h.
References parent, and position.
Referenced by operator!=().
| RefCount<const Acl::InnerNode> ACLChecklist::Breadcrumb::parent |
Definition at line 185 of file Checklist.h.
Referenced by clear(), ACLChecklist::goAsync(), ACLChecklist::matchAndFinish(), ACLChecklist::matchChild(), and operator==().
| Acl::Nodes::const_iterator ACLChecklist::Breadcrumb::position |
Definition at line 186 of file Checklist.h.
Referenced by ACLChecklist::matchAndFinish(), ACLChecklist::matchChild(), and operator==().