#include <IntRange.h>


Public Member Functions | |
ACLIntRange () | |
virtual | ~ACLIntRange () |
virtual bool | match (int) |
virtual SBufList | dump () const |
virtual void | parse () |
virtual bool | empty () const |
virtual ACLData< int > * | clone () const |
virtual const Acl::ParameterFlags & | supportedFlags () const |
virtual SBufList | dump () const=0 |
virtual ACLData * | clone () const=0 |
virtual void | prepareForUse () |
virtual bool | empty () const=0 |
Private Types | |
typedef Range< int > | RangeType |
Private Attributes | |
std::list< RangeType > | ranges |
Detailed Description
Definition at line 17 of file IntRange.h.
Member Typedef Documentation
◆ RangeType
|
private |
Definition at line 31 of file IntRange.h.
Constructor & Destructor Documentation
◆ ACLIntRange()
|
inline |
Definition at line 21 of file IntRange.h.
Referenced by clone().
◆ ~ACLIntRange()
|
virtual |
Definition at line 76 of file IntRange.cc.
Member Function Documentation
◆ clone() [1/2]
Definition at line 68 of file IntRange.cc.
References ACLIntRange(), fatal(), and ranges.
◆ clone() [2/2]
◆ dump() [1/2]
|
virtual |
Definition at line 80 of file IntRange.cc.
◆ dump() [2/2]
◆ empty() [1/2]
|
virtual |
Definition at line 49 of file IntRange.cc.
References ranges.
◆ empty() [2/2]
◆ match()
|
virtual |
Implements ACLData< int >.
Definition at line 55 of file IntRange.cc.
References Range< C, S >::intersection(), ranges, and Range< C, S >::size().
◆ parse()
|
virtual |
Implements ACLData< int >.
Definition at line 20 of file IntRange.cc.
References DBG_CRITICAL, debugs, ranges, self_destruct(), ConfigParser::strtokFile(), and xatos().
◆ prepareForUse()
◆ supportedFlags()
|
inlinevirtualinherited |
Member Data Documentation
◆ ranges
|
private |
The documentation for this class was generated from the following files:
- src/acl/IntRange.h
- src/acl/IntRange.cc