|
Squid Web Cache master
|
#include <RegexData.h>
Public Member Functions | |
| ~ACLRegexData () override | |
| bool | match (char const *user) override |
| SBufList | dump () const override |
| void | parse () override |
| bool | empty () const override |
| virtual void | prepareForUse () |
Private Member Functions | |
| MEMPROXY_CLASS (ACLRegexData) | |
| const Acl::Options & | lineOptions () override |
| supported ACL "line" options (e.g., "-i") | |
Private Attributes | |
| std::list< RegexPattern > | data |
Static Private Attributes | |
| static Acl::BooleanOptionValue | CaseInsensitive_ |
| whether parse() is called in a case insensitive context | |
Definition at line 18 of file RegexData.h.
|
override |
Definition at line 31 of file RegexData.cc.
|
overridevirtual |
Implements ACLData< char const * >.
Definition at line 66 of file RegexData.cc.
References SBufStream::buf(), data, and RegexPattern::print().
|
overridevirtual |
|
overrideprivatevirtual |
Reimplemented from ACLData< char const * >.
Definition at line 36 of file RegexData.cc.
References CaseInsensitive_, and Acl::CaseSensitivityOption().
|
overridevirtual |
Implements ACLData< char const * >.
Definition at line 45 of file RegexData.cc.
|
private |
|
overridevirtual |
Implements ACLData< char const * >.
Definition at line 221 of file RegexData.cc.
References CaseInsensitive_, cfg_filename, compileOptimisedREs(), compileUnoptimisedREs(), config_input_line, config_lineno, CurrentException(), data, DBG_IMPORTANT, debugs, Debug::Extra(), ConfigParser::RegexStrtokFile(), and removeUnnecessaryWildcards().
|
inlinevirtualinherited |
|
staticprivate |
Definition at line 31 of file RegexData.h.
Referenced by lineOptions(), and parse().
|
private |