|
Squid Web Cache master
|
#include <AtStepData.h>
Public Member Functions | |
| ACLAtStepData () | |
| ~ACLAtStepData () override | |
| bool | match (XactionStep) 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 | |
| std::list< XactionStep > | values |
Private Member Functions | |
| MEMPROXY_CLASS (ACLAtStepData) | |
Definition at line 17 of file AtStepData.h.
| ACLAtStepData::ACLAtStepData | ( | ) |
Definition at line 52 of file AtStepData.cc.
|
override |
Definition at line 55 of file AtStepData.cc.
|
overridevirtual |
Implements ACLData< XactionStep >.
Definition at line 67 of file AtStepData.cc.
References StepName(), and values.
|
overridevirtual |
|
inlinevirtualinherited |
|
overridevirtual |
|
private |
|
overridevirtual |
Implements ACLData< XactionStep >.
Definition at line 76 of file AtStepData.cc.
References Here, StepValue(), ConfigParser::strtokFile(), ToSBuf(), unknown, and values.
|
inlinevirtualinherited |
| std::list<XactionStep> ACLAtStepData::values |