9#ifndef SQUID_SRC_ACL_REGEXDATA_H
10#define SQUID_SRC_ACL_REGEXDATA_H
24 bool match(
char const *user)
override;
26 void parse()
override;
27 bool empty()
const override;
36 std::list<RegexPattern>
data;
Configured ACL parameter(s) (e.g., domain names in dstdomain ACL).
const Acl::Options & lineOptions() override
supported ACL "line" options (e.g., "-i")
std::list< RegexPattern > data
static Acl::BooleanOptionValue CaseInsensitive_
whether parse() is called in a case insensitive context
bool empty() const override
bool match(char const *user) override
MEMPROXY_CLASS(ACLRegexData)
SBufList dump() const override
std::vector< const Option * > Options
std::list< SBuf > SBufList