22 #ifndef PAGESPEED_KERNEL_BASE_WILDCARD_GROUP_H_
23 #define PAGESPEED_KERNEL_BASE_WILDCARD_GROUP_H_
30 namespace net_instaweb {
57 bool Match(
const StringPiece& str,
bool allow_by_default)
const;
61 void Allow(
const StringPiece& wildcard);
65 void Disallow(
const StringPiece& wildcard);
78 std::vector<Wildcard*> wildcards_;
79 std::vector<bool> allow_;
void Disallow(const StringPiece &wildcard)
Definition: signature.h:42
void Allow(const StringPiece &wildcard)
std::string GoogleString
PAGESPEED_KERNEL_BASE_STRING_H_.
Definition: string.h:24
bool Match(const StringPiece &str, bool allow_by_default) const
Definition: wildcard_group.h:50