![]() |
appkit
1.5.1
RoadNarrows Robotics Application Kit
|
This is the complete list of members for rnr::RegEx, including all inherited members.
| compile() | rnr::RegEx | protected |
| freeReMem() | rnr::RegEx | protected |
| getErrorStr() const | rnr::RegEx | inline |
| getFlags() const | rnr::RegEx | inline |
| getRegEx() const | rnr::RegEx | inline |
| getReturnCode() const | rnr::RegEx | inline |
| groomFlags(const int nFlags) | rnr::RegEx | protected |
| isValid() const | rnr::RegEx | inline |
| m_bIsValid | rnr::RegEx | protected |
| m_nFlags | rnr::RegEx | protected |
| m_nReCode | rnr::RegEx | protected |
| m_regex | rnr::RegEx | protected |
| m_strReError | rnr::RegEx | protected |
| m_strRegEx | rnr::RegEx | protected |
| match(const std::string &strInput, const int nFlags=ReFlagDefaults) | rnr::RegEx | |
| match(const std::string &strInput, const int nFlags=ReFlagDefaults) const (defined in rnr::RegEx) | rnr::RegEx | |
| match(const char *sInput, const int nFlags=ReFlagDefaults) | rnr::RegEx | |
| match(const char *sInput, const int nFlags=ReFlagDefaults) const (defined in rnr::RegEx) | rnr::RegEx | |
| match(const std::string &strInput, ReMatchVec &matches, const size_t uMaxSubMatches=ReMaxSubMatchesDft, const int nFlags=ReFlagDefaults) | rnr::RegEx | |
| match(const std::string &strInput, ReMatchVec &matches, const size_t uMaxSubMatches=ReMaxSubMatchesDft, const int nFlags=ReFlagDefaults) const (defined in rnr::RegEx) | rnr::RegEx | |
| match(const char *sInput, ReMatchVec &matches, const size_t uMaxSubMatches=ReMaxSubMatchesDft, const int nFlags=ReFlagDefaults) | rnr::RegEx | |
| match(const char *sInput, ReMatchVec &matches, const size_t uMaxSubMatches=ReMaxSubMatchesDft, const int nFlags=ReFlagDefaults) const (defined in rnr::RegEx) | rnr::RegEx | |
| operator<<(std::ostream &os, const RegEx &re) | rnr::RegEx | friend |
| operator=(const RegEx &rhs) | rnr::RegEx | |
| operator=(const std::string &rhs) | rnr::RegEx | |
| operator=(const char *rhs) | rnr::RegEx | |
| operator>>(std::istream &is, RegEx &re) | rnr::RegEx | friend |
| ReENoExpr | rnr::RegEx | static |
| ReENotComp | rnr::RegEx | static |
| ReFlagDefaults | rnr::RegEx | static |
| ReFlagICase | rnr::RegEx | static |
| ReFlagNewLine | rnr::RegEx | static |
| ReFlagNotBoL | rnr::RegEx | static |
| ReFlagNotEoL | rnr::RegEx | static |
| RegEx(int nFlags=ReFlagDefaults) | rnr::RegEx | |
| RegEx(const std::string &strRegEx, int nFlags=ReFlagDefaults) | rnr::RegEx | |
| RegEx(const char *sRegEx, int nFlags=ReFlagDefaults) | rnr::RegEx | |
| RegEx(const RegEx &src) | rnr::RegEx | |
| ReInvalid | rnr::RegEx | static |
| ReMatchVec typedef | rnr::RegEx | |
| ReMaxSubMatchesDft | rnr::RegEx | static |
| ReOk | rnr::RegEx | static |
| setError(const int nCode) | rnr::RegEx | protected |
| setFlags(int nFlags) | rnr::RegEx | |
| ~RegEx() | rnr::RegEx | virtual |