|
Squid Web Cache v8/master
|
#include <HierCodeData.h>
Public Member Functions | |
| ACLHierCodeData () | |
| ~ACLHierCodeData () override | |
| bool | match (hier_code) override |
| SBufList | dump () const override |
| void | parse () override |
| bool | empty () const override |
| virtual const Acl::Options & | lineOptions () |
| supported ACL "line" options (e.g., "-i") | |
| virtual void | prepareForUse () |
Public Attributes | |
| bool | values [HIER_MAX] |
| mask of codes this ACL might match. | |
Private Member Functions | |
| MEMPROXY_CLASS (ACLHierCodeData) | |
Definition at line 16 of file HierCodeData.h.
| ACLHierCodeData::ACLHierCodeData | ( | ) |
Definition at line 16 of file HierCodeData.cc.
References values.
|
override |
Definition at line 22 of file HierCodeData.cc.
|
overridevirtual |
Implements ACLData< hier_code >.
Definition at line 32 of file HierCodeData.cc.
References hier_code_str, HIER_MAX, HIER_NONE, and values.
|
overridevirtual |
Implements ACLData< hier_code >.
Definition at line 64 of file HierCodeData.cc.
|
inlinevirtualinherited |
|
overridevirtual |
|
private |
|
overridevirtual |
Implements ACLData< hier_code >.
Definition at line 45 of file HierCodeData.cc.
References fatalf(), hier_code_str, HIER_MAX, HIER_NONE, ConfigParser::strtokFile(), and values.
| bool ACLHierCodeData::values[HIER_MAX] |
Definition at line 29 of file HierCodeData.h.
Referenced by ACLHierCodeData(), dump(), empty(), match(), and parse().