RefreshPattern.h
Go to the documentation of this file.
std::ostream & operator<<(std::ostream &os, const RefreshPattern &r)
Definition: RefreshPattern.h:96
struct RefreshPattern::@89 flags
struct RefreshPattern::stats_ stats
MEMPROXY_CLASS(RefreshPattern)
void printPattern(std::ostream &os) const
reports the configured pattern or a fake pattern of the implicit rule
Definition: refresh.cc:728
const RegexPattern & regex() const
configured regex; do not use except when iterating configured rules
Definition: refresh.cc:721
RegexPointer regex_
configured regex or, for the implicit refresh_pattern rule, nil
Definition: RefreshPattern.h:92
void printHead(std::ostream &) const
reports configuration excluding trailing options
Definition: refresh.cc:737
std::unique_ptr< RegexPattern > RegexPointer
Definition: RefreshPattern.h:31
Definition: RegexPattern.h:24
STL namespace.
Definition: RefreshPattern.h:72