9#ifndef SQUID_SRC_ACL_HASCOMPONENTDATA_H
10#define SQUID_SRC_ACL_HASCOMPONENTDATA_H
26 void parse()
override;
27 bool empty()
const override {
return false; }
Configured ACL parameter(s) (e.g., domain names in dstdomain ACL).
SBufList dump() const override
bool match(ACLChecklist *) override
MEMPROXY_CLASS(ACLHasComponentData)
std::vector< ComponentCheck > componentMethods
component check callbacks, ordered by component kind ID
bool empty() const override
static const SBuf ResponseStr
void parseComponent(const char *token)
static const SBuf RequestStr
bool(ACLChecklist::* ComponentCheck)() const
std::list< SBuf > SBufList