#include <SquidErrorData.h>


Public Member Functions | |
ACLSquidErrorData () | |
virtual | ~ACLSquidErrorData () |
virtual bool | match (err_type err) |
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 SBufList | dump () const=0 |
virtual void | prepareForUse () |
virtual bool | empty () const=0 |
Private Attributes | |
CbDataListContainer< err_type > | errors |
Detailed Description
Definition at line 17 of file SquidErrorData.h.
Constructor & Destructor Documentation
◆ ACLSquidErrorData()
|
inline |
Definition at line 21 of file SquidErrorData.h.
◆ ~ACLSquidErrorData()
|
inlinevirtual |
Definition at line 23 of file SquidErrorData.h.
Member Function Documentation
◆ dump() [1/2]
|
virtual |
Definition at line 34 of file SquidErrorData.cc.
References CbDataListIterator< C >::end(), errors, errorTypeName(), and CbDataListIterator< C >::next().
◆ dump() [2/2]
◆ empty() [1/2]
|
virtual |
Definition at line 64 of file SquidErrorData.cc.
References CbDataListContainer< C >::empty(), and errors.
◆ empty() [2/2]
◆ lineOptions()
|
inlinevirtualinherited |
◆ match()
|
virtual |
Implements ACLData< err_type >.
Definition at line 20 of file SquidErrorData.cc.
References debugs, CbDataListIterator< C >::end(), errors, errorTypeName(), and CbDataListIterator< C >::next().
◆ parse()
|
virtual |
Implements ACLData< err_type >.
Definition at line 48 of file SquidErrorData.cc.
References DBG_CRITICAL, debugs, ERR_MAX, errors, errorTypeByName(), opt_parse_cfg_only, CbDataListContainer< C >::push_back(), self_destruct(), and ConfigParser::strtokFile().
◆ prepareForUse()
Member Data Documentation
◆ errors
|
private |
The documentation for this class was generated from the following files:
- src/acl/SquidErrorData.h
- src/acl/SquidErrorData.cc