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