Main Page | Modules | Namespace List | Class Hierarchy | Class List | Namespace Members | Class Members

RegularExpression Member List

This is the complete list of members for RegularExpression, including all inherited members.

ALPHARegularExpression [static]
ALPHANUMERICRegularExpression [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 &regular_expression) const RegularExpression
getPattern() const RegularExpression
HEXADECIMAL_INTEGERRegularExpression [static]
IDENTIFIERRegularExpression [static]
INTEGERRegularExpression [static]
isEmpty() const RegularExpression
isValid() const RegularExpression [virtual]
LOWERCASERegularExpression [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_ALPHARegularExpression [static]
NON_ALPHANUMERICRegularExpression [static]
NON_NUMERICRegularExpression [static]
NON_WHITESPACERegularExpression [static]
operator!=(const RegularExpression &regular_expression) const RegularExpression
operator<(const RegularExpression &regular_expression) const RegularExpression
operator<<(std::ostream &s, const RegularExpression &regular_expression)RegularExpression [friend]
operator<=(const RegularExpression &regular_expression) const RegularExpression
operator=(const RegularExpression &expression)RegularExpression
operator==(const RegularExpression &regular_expression) const RegularExpression
operator>(const RegularExpression &regular_expression) const RegularExpression
operator>=(const RegularExpression &regular_expression) const RegularExpression
operator>>(std::istream &s, RegularExpression &regular_expression)RegularExpression [friend]
REALRegularExpression [static]
RegularExpression()RegularExpression
RegularExpression(const RegularExpression &regular_expression)RegularExpression
RegularExpression(const String &pattern, bool wildcard_pattern=false) (defined in RegularExpression)RegularExpression
set(const RegularExpression &regular_expression)RegularExpression
set(const String &pattern, bool wildcard_pattern=false)RegularExpression
UPPERCASERegularExpression [static]
WHITESPACERegularExpression [static]
~RegularExpression()RegularExpression [virtual]