9#ifndef SQUID_SRC_ACL_CHARACTERSETOPTION_H
10#define SQUID_SRC_ACL_CHARACTERSETOPTION_H
27 SBuf chars = rawValue;
35 recipient_->value.printChars(os);
option value to configure one or more characters (e.g., -m=",;")
TypedOption< CharacterSetOptionValue > Parent
CharacterSetOption(const char *name)
Stores configuration of a typical boolean flag or a single-value Option.
a type-specific Option (e.g., a boolean –toggle or -m=SBuf)
void import(const SBuf &rawValue) const
void printValue(std::ostream &os) const
optimized set of C chars, with quick membership test and merge support
OptionValue< CharacterSet > CharacterSetOptionValue