#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 void prepareForUse ()
 

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 29 of file TimeData.cc.

Referenced by parse().

◆ ~ACLTimeData()

ACLTimeData::~ACLTimeData ( )
override

Definition at line 31 of file TimeData.cc.

References next.

Member Function Documentation

◆ dump()

SBufList ACLTimeData::dump ( ) const
overridevirtual

◆ empty()

bool ACLTimeData::empty ( ) const
overridevirtual

Implements ACLData< time_t >.

Definition at line 214 of file TimeData.cc.

◆ 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 38 of file TimeData.cc.

References 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 ~ACLTimeData(), dump(), match(), and parse().

◆ 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

Web Site Translations

Mirrors