#include <Asn.h>


Public Member Functions | |
| ACLASN () | |
| ~ACLASN () override | |
| bool | match (Ip::Address) override |
| SBufList | dump () const override |
| void | parse () override |
| bool | empty () const override |
| void | prepareForUse () override |
| virtual const Acl::Options & | lineOptions () |
| supported ACL "line" options (e.g., "-i") More... | |
Private Member Functions | |
| MEMPROXY_CLASS (ACLASN) | |
Private Attributes | |
| CbDataList< int > * | data |
Detailed Description
Constructor & Destructor Documentation
◆ ACLASN()
◆ ~ACLASN()
Member Function Documentation
◆ dump()
|
overridevirtual |
Implements ACLData< Ip::Address >.
Definition at line 481 of file Asn.cc.
References data, CbDataList< C >::element, CbDataList< C >::next, and SBuf::Printf().
◆ empty()
|
overridevirtual |
◆ lineOptions()
|
inlinevirtualinherited |
◆ match()
|
overridevirtual |
Implements ACLData< Ip::Address >.
Definition at line 475 of file Asn.cc.
References asnMatchIp(), and data.
◆ MEMPROXY_CLASS()
|
private |
◆ parse()
|
overridevirtual |
Implements ACLData< Ip::Address >.
Definition at line 504 of file Asn.cc.
References data, CbDataList< C >::next, and ConfigParser::strtokFile().
◆ prepareForUse()
|
overridevirtual |
Reimplemented from ACLData< Ip::Address >.
Definition at line 172 of file Asn.cc.
References asnCacheStart(), and data.
Member Data Documentation
◆ data
|
private |
The documentation for this class was generated from the following files:
