appkit  1.5.1
RoadNarrows Robotics Application Kit
rnr::RegEx Member List

This is the complete list of members for rnr::RegEx, including all inherited members.

compile()rnr::RegExprotected
freeReMem()rnr::RegExprotected
getErrorStr() const rnr::RegExinline
getFlags() const rnr::RegExinline
getRegEx() const rnr::RegExinline
getReturnCode() const rnr::RegExinline
groomFlags(const int nFlags)rnr::RegExprotected
isValid() const rnr::RegExinline
m_bIsValidrnr::RegExprotected
m_nFlagsrnr::RegExprotected
m_nReCodernr::RegExprotected
m_regexrnr::RegExprotected
m_strReErrorrnr::RegExprotected
m_strRegExrnr::RegExprotected
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::RegExfriend
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::RegExfriend
ReENoExprrnr::RegExstatic
ReENotComprnr::RegExstatic
ReFlagDefaultsrnr::RegExstatic
ReFlagICasernr::RegExstatic
ReFlagNewLinernr::RegExstatic
ReFlagNotBoLrnr::RegExstatic
ReFlagNotEoLrnr::RegExstatic
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
ReInvalidrnr::RegExstatic
ReMatchVec typedefrnr::RegEx
ReMaxSubMatchesDftrnr::RegExstatic
ReOkrnr::RegExstatic
setError(const int nCode)rnr::RegExprotected
setFlags(int nFlags)rnr::RegEx
~RegEx()rnr::RegExvirtual