|
Squid Web Cache v8/master
|
#include <StringData.h>
Public Member Functions | |
| ACLStringData () | |
| ~ACLStringData () override | |
| bool | match (char const *) override |
| bool | match (const SBuf &) |
| SBufList | dump () const override |
| void | parse () 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 18 of file StringData.h.
|
private |
Definition at line 36 of file StringData.h.
|
inline |
Definition at line 23 of file StringData.h.
|
inlineoverride |
Definition at line 24 of file StringData.h.
|
overridevirtual |
Implements ACLData< char const * >.
Definition at line 50 of file StringData.cc.
References stringValues.
Referenced by ACLCertificateData::dump(), and ACLNoteData::dump().
|
overridevirtual |
Implements ACLData< char const * >.
Definition at line 65 of file StringData.cc.
References stringValues.
Referenced by ACLCertificateData::empty(), and ACLNoteData::match().
| void ACLStringData::insert | ( | const char * | value | ) |
Definition at line 18 of file StringData.cc.
References stringValues.
Referenced by ACLAdaptationServiceData::parse(), and ACLCertificateData::parse().
|
inlinevirtualinherited |
Reimplemented in ACLRegexData, and ACLUserData.
|
overridevirtual |
Implements ACLData< char const * >.
Definition at line 39 of file StringData.cc.
References debugs, and match().
Referenced by match(), ACLNoteData::match(), and ACLCertificateData::match().
| bool ACLStringData::match | ( | const SBuf & | tf | ) |
Definition at line 24 of file StringData.cc.
References debugs, and stringValues.
|
private |
|
overridevirtual |
Implements ACLData< char const * >.
Definition at line 58 of file StringData.cc.
References stringValues, and ConfigParser::strtokFile().
Referenced by ACLCertificateData::parse(), and ACLNoteData::parse().
|
inlinevirtualinherited |
|
private |