#include <TimeData.h>

Inheritance diagram for ACLTimeData:
Collaboration diagram for ACLTimeData:

Public Member Functions

 ACLTimeData ()
 
 ~ACLTimeData () override
 
bool match (time_t) 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
 

Private Member Functions

 MEMPROXY_CLASS (ACLTimeData)
 

Private Attributes

int weekbits
 
int start
 
int stop
 
ACLTimeDatanext
 

Detailed Description

Definition at line 15 of file TimeData.h.

Constructor & Destructor Documentation

◆ ACLTimeData()

ACLTimeData::ACLTimeData ( )

Definition at line 30 of file TimeData.cc.

Referenced by parse().

◆ ~ACLTimeData()

ACLTimeData::~ACLTimeData ( )
override

Definition at line 32 of file TimeData.cc.

References next.

Member Function Documentation

◆ dump() [1/2]

SBufList ACLTimeData::dump ( ) const
override

◆ dump() [2/2]

virtual SBufList ACLData< time_t >::dump
pure virtualinherited

◆ empty() [1/2]

bool ACLTimeData::empty ( ) const
override

Definition at line 215 of file TimeData.cc.

◆ empty() [2/2]

virtual bool ACLData< time_t >::empty
pure virtualinherited

◆ lineOptions()

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

Definition at line 26 of file Data.h.

◆ match()

bool ACLTimeData::match ( time_t  when)
overridevirtual

Implements ACLData< time_t >.

Definition at line 39 of file TimeData.cc.

References asHex(), debugs, next, start, stop, and weekbits.

◆ MEMPROXY_CLASS()

ACLTimeData::MEMPROXY_CLASS ( ACLTimeData  )
private

◆ parse()

◆ prepareForUse()

virtual void ACLData< time_t >::prepareForUse
inlinevirtualinherited

Definition at line 31 of file Data.h.

Member Data Documentation

◆ next

ACLTimeData* ACLTimeData::next
private

Definition at line 31 of file TimeData.h.

Referenced by dump(), match(), parse(), and ~ACLTimeData().

◆ start

int ACLTimeData::start
private

Definition at line 29 of file TimeData.h.

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

◆ stop

int ACLTimeData::stop
private

Definition at line 30 of file TimeData.h.

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

◆ weekbits

int ACLTimeData::weekbits
private

Definition at line 28 of file TimeData.h.

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


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

 

Introduction

Documentation

Support

Miscellaneous