clear() (defined in RegExp) | RegExp | inlineprotected |
empty() const | RegExp | inlineprotected |
execute(const std::string &str, T &result) const | RegExp | protected |
execute(const std::string &str) const | RegExp | inlineprotected |
flags (defined in RegExp) | RegExp | protected |
getType() const (defined in StringMatcher) | StringMatcher | |
isRegExp | StringMatcher | protected |
isSet() const (defined in RegExp) | RegExp | inlineprotected |
operator=(const std::string &str) (defined in RegExp) | RegExp | protected |
operator=(const RegExp &r) (defined in RegExp) | RegExp | protected |
operator==(const std::string &s) const (defined in StringMatcher) | StringMatcher | inline |
operator==(const char *s) const (defined in StringMatcher) | StringMatcher | inline |
operator==(const StringMatcher &m) const (defined in StringMatcher) | StringMatcher | inline |
RegExp(const std::string &str="", int flags=REG_EXTENDED) | RegExp | protected |
RegExp(const RegExp &r) | RegExp | protected |
regExpBinary (defined in RegExp) | RegExp | protected |
regExpSpecialChars (defined in StringMatcher) | StringMatcher | static |
regExpString (defined in RegExp) | RegExp | protected |
replace(const std::string &src, const std::string &replacement, std::string &dst) const | RegExp | inlineprotected |
replace(const std::string &src, const std::string &replacement, std::ostream &sstr) const | RegExp | protected |
replace(const std::string &src, const std::string ®exp, const std::string &replacement, std::string &dst) | RegExp | inlineprotectedstatic |
reset() (defined in RegExp) | RegExp | inlineprotected |
result | RegExp | protected |
result_t typedef | RegExp | protected |
set(const std::string &s) | StringMatcher | |
setExpression(const std::string &str, int flags=REG_EXTENDED) (defined in RegExp) | RegExp | protected |
setFlags(int flags) (defined in RegExp) | RegExp | inlineprotected |
StringMatcher(const std::string &s="") (defined in StringMatcher) | StringMatcher | inline |
StringMatcher(const StringMatcher &matcher) (defined in StringMatcher) | StringMatcher | inline |
test(const std::string &s) const | StringMatcher | |
toStr() const (defined in RegExp) | RegExp | inlineprotected |
value | StringMatcher | |
writableResult (defined in RegExp) | RegExp | mutableprotected |
~RegExp() | RegExp | protectedvirtual |