#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::OptionslineOptions ()
 supported ACL "line" options (e.g., "-i") More...
 
virtual SBufList dump () const=0
 
virtual void prepareForUse ()
 
virtual bool empty () const=0
 

Public Attributes

std::list< XactionStepvalues
 

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 52 of file AtStepData.cc.

◆ ~ACLAtStepData()

ACLAtStepData::~ACLAtStepData ( )
override

Definition at line 55 of file AtStepData.cc.

Member Function Documentation

◆ dump() [1/2]

SBufList ACLAtStepData::dump ( ) const
override

Definition at line 67 of file AtStepData.cc.

References StepName(), and values.

◆ dump() [2/2]

virtual SBufList ACLData< XactionStep >::dump
pure virtualinherited

◆ empty() [1/2]

bool ACLAtStepData::empty ( ) const
override

Definition at line 87 of file AtStepData.cc.

References values.

◆ empty() [2/2]

virtual bool ACLData< XactionStep >::empty
pure virtualinherited

◆ lineOptions()

virtual const Acl::Options& ACLData< XactionStep >::lineOptions
inlinevirtualinherited

Definition at line 26 of file Data.h.

◆ match()

bool ACLAtStepData::match ( XactionStep  toFind)
overridevirtual

Implements ACLData< XactionStep >.

Definition at line 60 of file AtStepData.cc.

References values.

◆ MEMPROXY_CLASS()

ACLAtStepData::MEMPROXY_CLASS ( ACLAtStepData  )
private

◆ parse()

void ACLAtStepData::parse ( )
overridevirtual

Implements ACLData< XactionStep >.

Definition at line 76 of file AtStepData.cc.

References Here, StepValue(), ConfigParser::strtokFile(), ToSBuf(), unknown, and values.

◆ prepareForUse()

virtual void ACLData< XactionStep >::prepareForUse
inlinevirtualinherited

Definition at line 31 of file Data.h.

Member Data Documentation

◆ values

std::list<XactionStep> ACLAtStepData::values

Definition at line 29 of file AtStepData.h.

Referenced by dump(), empty(), match(), and parse().


The documentation for this class was generated from the following files:

 

Introduction

Documentation

Support

Miscellaneous