#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 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()
|
virtual |
Definition at line 67 of file IntRange.cc.
Member Function Documentation
◆ dump()
|
virtual |
◆ empty()
|
virtual |
◆ lineOptions()
|
inlinevirtualinherited |
◆ 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()
Member Data Documentation
◆ ranges
|
private |
The documentation for this class was generated from the following files:
- src/acl/IntRange.h
- src/acl/IntRange.cc