ACLAtStepData Class Reference
#include <AtStepData.h>
Inheritance diagram for ACLAtStepData:
Collaboration diagram for ACLAtStepData:
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") More... | |
virtual void | prepareForUse () |
Public Attributes | |
std::list< XactionStep > | values |
Private Member Functions | |
MEMPROXY_CLASS (ACLAtStepData) | |
Detailed Description
Definition at line 17 of file AtStepData.h.
Constructor & Destructor Documentation
◆ ACLAtStepData()
ACLAtStepData::ACLAtStepData | ( | ) |
Definition at line 50 of file AtStepData.cc.
◆ ~ACLAtStepData()
|
override |
Definition at line 53 of file AtStepData.cc.
Member Function Documentation
◆ dump()
|
overridevirtual |
Implements ACLData< XactionStep >.
Definition at line 65 of file AtStepData.cc.
References StepName(), and values.
◆ empty()
|
overridevirtual |
◆ lineOptions()
|
inlinevirtualinherited |
◆ match()
|
overridevirtual |
◆ MEMPROXY_CLASS()
|
private |
◆ parse()
|
overridevirtual |
Implements ACLData< XactionStep >.
Definition at line 74 of file AtStepData.cc.
References Here, StepValue(), ConfigParser::strtokFile(), ToSBuf(), unknown, and values.
◆ prepareForUse()
|
inlinevirtualinherited |
Member Data Documentation
◆ values
std::list<XactionStep> ACLAtStepData::values |
The documentation for this class was generated from the following files:
- src/acl/AtStepData.h
- src/acl/AtStepData.cc