, including all inherited members.
ALPHA | RegularExpression | [static] |
ALPHANUMERIC | RegularExpression | [static] |
clear() | RegularExpression | [virtual] |
countSubexpressions() const | RegularExpression | |
destroy() | RegularExpression | |
dump(std::ostream &s=std::cout, Size depth=0) const | RegularExpression | [virtual] |
find(const String &text, Substring &found, Index from=0, int execute_flags=0) const | RegularExpression | |
find(const String &text, vector< Substring > &subexpressions, Index from=0, int execute_flags=0) const | RegularExpression | |
get(RegularExpression ®ular_expression) const | RegularExpression | |
getPattern() const | RegularExpression | |
HEXADECIMAL_INTEGER | RegularExpression | [static] |
IDENTIFIER | RegularExpression | [static] |
INTEGER | RegularExpression | [static] |
isEmpty() const | RegularExpression | |
isValid() const | RegularExpression | [virtual] |
LOWERCASE | RegularExpression | [static] |
match(const char *text, const char *pattern, int compile_flags=0|REG_EXTENDED|REG_NOSUB, int execute_flags=0) | RegularExpression | [static] |
match(const String &text, Index from=0, int execute_flags=0) const | RegularExpression | |
match(const Substring &text, Index from=0, int execute_flags=0) const | RegularExpression | |
match(const char *text, int execute_flags=0) const | RegularExpression | |
NON_ALPHA | RegularExpression | [static] |
NON_ALPHANUMERIC | RegularExpression | [static] |
NON_NUMERIC | RegularExpression | [static] |
NON_WHITESPACE | RegularExpression | [static] |
operator!=(const RegularExpression ®ular_expression) const | RegularExpression | |
operator<(const RegularExpression ®ular_expression) const | RegularExpression | |
operator<<(std::ostream &s, const RegularExpression ®ular_expression) | RegularExpression | [friend] |
operator<=(const RegularExpression ®ular_expression) const | RegularExpression | |
operator=(const RegularExpression &expression) | RegularExpression | |
operator==(const RegularExpression ®ular_expression) const | RegularExpression | |
operator>(const RegularExpression ®ular_expression) const | RegularExpression | |
operator>=(const RegularExpression ®ular_expression) const | RegularExpression | |
operator>>(std::istream &s, RegularExpression ®ular_expression) | RegularExpression | [friend] |
REAL | RegularExpression | [static] |
RegularExpression() | RegularExpression | |
RegularExpression(const RegularExpression ®ular_expression) | RegularExpression | |
RegularExpression(const String &pattern, bool wildcard_pattern=false) (defined in RegularExpression) | RegularExpression | |
set(const RegularExpression ®ular_expression) | RegularExpression | |
set(const String &pattern, bool wildcard_pattern=false) | RegularExpression | |
UPPERCASE | RegularExpression | [static] |
WHITESPACE | RegularExpression | [static] |
~RegularExpression() | RegularExpression | [virtual] |