|
Squid Web Cache v8/master
|
#include <AdaptationServiceData.h>
Public Member Functions | |
| ACLAdaptationServiceData () | |
| void | parse () override |
| bool | match (char const *) override |
| bool | match (const SBuf &) |
| SBufList | dump () const override |
| bool | empty () const override |
| void | insert (const char *) |
| Insert a string data value. | |
| virtual const Acl::Options & | lineOptions () |
| supported ACL "line" options (e.g., "-i") | |
| virtual void | prepareForUse () |
Private Types | |
| typedef std::set< SBuf > | StringValues_t |
Private Member Functions | |
| MEMPROXY_CLASS (ACLStringData) | |
Private Attributes | |
| StringValues_t | stringValues |
Definition at line 17 of file AdaptationServiceData.h.
|
privateinherited |
Definition at line 36 of file StringData.h.
|
inline |
Definition at line 20 of file AdaptationServiceData.h.
|
overridevirtualinherited |
Implements ACLData< char const * >.
Definition at line 50 of file StringData.cc.
References ACLStringData::stringValues.
Referenced by ACLCertificateData::dump(), and ACLNoteData::dump().
|
overridevirtualinherited |
Implements ACLData< char const * >.
Definition at line 65 of file StringData.cc.
References ACLStringData::stringValues.
Referenced by ACLCertificateData::empty(), and ACLNoteData::match().
|
inherited |
Definition at line 18 of file StringData.cc.
References ACLStringData::stringValues.
Referenced by parse(), and ACLCertificateData::parse().
|
inlinevirtualinherited |
Reimplemented in ACLRegexData, and ACLUserData.
|
overridevirtualinherited |
Implements ACLData< char const * >.
Definition at line 39 of file StringData.cc.
References debugs, and ACLStringData::match().
Referenced by ACLStringData::match(), ACLNoteData::match(), and ACLCertificateData::match().
|
inherited |
Definition at line 24 of file StringData.cc.
References debugs, and ACLStringData::stringValues.
|
privateinherited |
|
overridevirtual |
Implements ACLData< char const * >.
Definition at line 22 of file AdaptationServiceData.cc.
References DBG_CRITICAL, debugs, Adaptation::FindGroup(), ICAP_CLIENT, ACLStringData::insert(), Adaptation::Config::needHistory, self_destruct(), ConfigParser::strtokFile(), Adaptation::Ecap::TheConfig, Adaptation::Icap::TheConfig, and USE_ECAP.
|
inlinevirtualinherited |
|
privateinherited |
Definition at line 37 of file StringData.h.
Referenced by ACLStringData::dump(), ACLStringData::empty(), ACLStringData::insert(), ACLStringData::match(), and ACLStringData::parse().