|
Dev Essential
1.6.3
|
This is the complete list of members for a_util::regex::RegularExpression, including all inherited members.
| AnchorType enum name | a_util::regex::RegularExpression | |
| AT_Both enum value | a_util::regex::RegularExpression | |
| AT_Start enum value | a_util::regex::RegularExpression | |
| AT_Unanchored enum value | a_util::regex::RegularExpression | |
| fullMatch(const std::string &text) const | a_util::regex::RegularExpression | |
| fullMatch(const std::string &text, std::string &arg1, std::string &arg2=noArg(), std::string &arg3=noArg(), std::string &arg4=noArg(), std::string &arg5=noArg(), std::string &arg6=noArg(), std::string &arg7=noArg(), std::string &arg8=noArg(), std::string &arg9=noArg(), std::string &arg10=noArg(), std::string &arg11=noArg(), std::string &arg12=noArg(), std::string &arg13=noArg(), std::string &arg14=noArg(), std::string &arg15=noArg(), std::string &arg16=noArg()) const | a_util::regex::RegularExpression | |
| getError() const | a_util::regex::RegularExpression | |
| getPattern() const | a_util::regex::RegularExpression | |
| match(const std::string &text, AnchorType anchor, int &consumed) const | a_util::regex::RegularExpression | |
| operator=(const RegularExpression &other) | a_util::regex::RegularExpression | |
| RegularExpression() | a_util::regex::RegularExpression | |
| RegularExpression(const std::string &pattern, bool case_sensitive=true) | a_util::regex::RegularExpression | |
| RegularExpression(const RegularExpression &other) | a_util::regex::RegularExpression | |
| setPattern(const std::string &pattern, bool case_sensitive=true) | a_util::regex::RegularExpression | |
| ~RegularExpression() | a_util::regex::RegularExpression |