regExpCxx Member List

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

clear()regExpCxxinline
empty() const noexceptregExpCxxinline
exists() const noexceptregExpCxxinline
find(const std::string &text) constregExpCxxinline
grammarregExpCxxstatic
is_meta(const char c) noexceptregExpCxxinlinestatic
is_meta(const std::string &str, const char quote='\\')regExpCxxinlinestatic
match(const std::string &text) constregExpCxxinline
match(const std::string &text, results_type &matches) constregExpCxxinline
negate(bool on) noexceptregExpCxxinline
negated() const noexceptregExpCxxinline
ngroups() constregExpCxxinline
nocase() constregExpCxxinline
operator()(const std::string &text) constregExpCxxinline
operator=(const regExpCxx &rgx)regExpCxxinline
operator=(regExpCxx &&rgx)regExpCxxinline
operator=(const char *pattern)regExpCxxinline
operator=(const std::string &pattern)regExpCxxinline
regExpCxx()regExpCxxinline
regExpCxx(const regExpCxx &rgx)regExpCxxinline
regExpCxx(regExpCxx &&rgx) noexceptregExpCxxinline
regExpCxx(const char *pattern, const bool ignoreCase=false)regExpCxxinlineexplicit
regExpCxx(const std::string &pattern, const bool ignoreCase=false)regExpCxxinlineexplicit
results_type typedefregExpCxx
search(const std::string &text) constregExpCxxinline
set(const char *pattern, bool ignoreCase=false)regExpCxxinline
set(const std::string &pattern, bool ignoreCase=false)regExpCxxinline
swap(regExpCxx &rgx)regExpCxxinline
~regExpCxx()=defaultregExpCxx