|
Squid Web Cache master
|
Go to the source code of this file.
Classes | |
| class | Acl::Option |
| A single option supported by an ACL: -x[=value] or –name[=value]. More... | |
| class | Acl::OptionValue< Value > |
| Stores configuration of a typical boolean flag or a single-value Option. More... | |
| class | Acl::TypedOption< Recipient > |
| a type-specific Option (e.g., a boolean –toggle or -m=SBuf) More... | |
Namespaces | |
| namespace | Acl |
Typedefs | |
| typedef OptionValue< bool > | Acl::BooleanOptionValue |
| typedef OptionValue< SBuf > | Acl::TextOptionValue |
| typedef TypedOption< BooleanOptionValue > | Acl::BooleanOption |
| typedef TypedOption< TextOptionValue > | Acl::TextOption |
| using | Acl::Options = std::vector< const Option * > |
Functions | |
| void | Acl::ParseFlags (const Options &options) |
| const Options & | Acl::NoOptions () |
| const BooleanOption & | Acl::CaseSensitivityOption () |
| std::ostream & | Acl::operator<< (std::ostream &, const Option &) |
| std::ostream & | Acl::operator<< (std::ostream &, const Options &) |