#include <IntRange.h>
Public Member Functions | |
ACLIntRange () | |
~ACLIntRange () override | |
bool | match (int) 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 () |
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 30 of file IntRange.h.
Constructor & Destructor Documentation
◆ ACLIntRange()
|
inline |
Definition at line 21 of file IntRange.h.
◆ ~ACLIntRange()
|
override |
Definition at line 67 of file IntRange.cc.
Member Function Documentation
◆ dump()
|
overridevirtual |
◆ empty()
|
overridevirtual |
◆ lineOptions()
|
inlinevirtualinherited |
◆ match()
|
overridevirtual |
Implements ACLData< int >.
Definition at line 55 of file IntRange.cc.
References Range< C, S >::intersection(), ranges, and Range< C, S >::size().
◆ parse()
|
overridevirtual |
Implements ACLData< int >.
Definition at line 20 of file IntRange.cc.
References DBG_CRITICAL, debugs, ranges, self_destruct(), ConfigParser::strtokFile(), and xatos().
◆ prepareForUse()
Member Data Documentation
◆ ranges
|
private |
The documentation for this class was generated from the following files:
- src/acl/IntRange.h
- src/acl/IntRange.cc