|
| | Wildcard (const StringPiece &wildcard_spec) |
| |
|
bool | Match (const StringPiece &str) const |
| | Determines whether a string matches the wildcard.
|
| |
| bool | IsSimple () const |
| |
|
const StringPiece | spec () const |
| | Returns the original wildcard specification.
|
| |
|
Wildcard * | Duplicate () const |
| | Makes a duplicate copy of the wildcard object.
|
| |
| net_instaweb::Wildcard::Wildcard |
( |
const StringPiece & |
wildcard_spec | ) |
|
|
explicit |
Create a wildcard object with the specification using * and ? as wildcards. There is currently no way to quote * or ?.
| bool net_instaweb::Wildcard::IsSimple |
( |
| ) |
const |
|
inline |
Determines whether this wildcard is just a simple name, lacking any wildcard characters.
| const char net_instaweb::Wildcard::kMatchAny |
|
static |
The documentation for this class was generated from the following file: