#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 ACLData< err_type > * | 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 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.
Referenced by clone().
◆ ~ACLSquidErrorData()
|
inlinevirtual |
Definition at line 23 of file SquidErrorData.h.
Member Function Documentation
◆ clone() [1/2]
Definition at line 70 of file SquidErrorData.cc.
References ACLSquidErrorData(), CbDataListContainer< C >::empty(), errors, and fatal().
◆ clone() [2/2]
◆ 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]
◆ 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(), ConfigParser::NextToken(), opt_parse_cfg_only, CbDataListContainer< C >::push_back(), and self_destruct().
◆ prepareForUse()
◆ supportedFlags()
|
inlinevirtualinherited |
Member Data Documentation
◆ errors
|
private |
The documentation for this class was generated from the following files:
- src/acl/SquidErrorData.h
- src/acl/SquidErrorData.cc