![]() |
CernVM-FS
2.12.0
|
This is the complete list of members for Pathspec, including all inherited members.
absolute_ | Pathspec | private |
ApplyRegularExpression(const std::string &query_path, regex_t *regex) const | Pathspec | protected |
CompileRegularExpression(const std::string ®ex) const | Pathspec | protected |
DestroyRegularExpressions() | Pathspec | protected |
ElementPatterns typedef | Pathspec | protected |
GenerateGlobString() const | Pathspec | protected |
GenerateGlobStringSequence() const | Pathspec | protected |
GenerateRegularExpression(const bool is_relaxed=false, const bool is_prefix=false) const | Pathspec | protected |
GetGlobString() const | Pathspec | |
GetGlobStringSequence() const | Pathspec | |
GetPrefixRegularExpression() const | Pathspec | protected |
GetRegularExpression() const | Pathspec | protected |
GetRelaxedRegularExpression() const | Pathspec | protected |
glob_string_ | Pathspec | mutableprivate |
glob_string_compiled_ | Pathspec | mutableprivate |
glob_string_sequence_ | Pathspec | mutableprivate |
glob_string_sequence_compiled_ | Pathspec | mutableprivate |
GlobStringSequence typedef | Pathspec | |
IsAbsolute() const | Pathspec | inline |
IsMatching(const std::string &query_path) const | Pathspec | |
IsMatchingRelaxed(const std::string &query_path) const | Pathspec | |
IsPathspecMatching(const std::string &query_path) const | Pathspec | protected |
IsPathspecMatchingRelaxed(const std::string &query_path) const | Pathspec | protected |
IsPathspecPrefixMatching(const std::string &query_path) const | Pathspec | protected |
IsPrefixMatching(const std::string &query_path) const | Pathspec | |
IsSpecialChar(const char chr) | Pathspec | inlinestatic |
IsValid() const | Pathspec | inline |
kEscaper | Pathspec | static |
kPlaceholder | Pathspec | static |
kSeparator | Pathspec | static |
kWildcard | Pathspec | static |
operator!=(const Pathspec &other) const | Pathspec | inline |
operator=(const Pathspec &other) | Pathspec | |
operator==(const Pathspec &other) const | Pathspec | |
Parse(const std::string &spec) | Pathspec | protected |
ParsePathElement(const std::string::const_iterator &end, std::string::const_iterator *itr) | Pathspec | protected |
Pathspec(const std::string &spec) | Pathspec | explicit |
Pathspec(const Pathspec &other) | Pathspec | |
patterns_ | Pathspec | private |
prefix_regex_ | Pathspec | mutableprivate |
prefix_regex_compiled_ | Pathspec | mutableprivate |
PrintRegularExpressionError(const int error_code) const | Pathspec | protected |
regex_ | Pathspec | mutableprivate |
regex_compiled_ | Pathspec | mutableprivate |
relaxed_regex_ | Pathspec | mutableprivate |
relaxed_regex_compiled_ | Pathspec | mutableprivate |
valid_ | Pathspec | private |
~Pathspec() | Pathspec |