libcamgm
|
This is the complete list of members for ca_mgm::PerlRegEx, including all inherited members.
capture(const std::string &str, size_t index=0, size_t count=0, int eflags=0) | ca_mgm::PerlRegEx | |
compile(const std::string ®ex, int cflags=0) | ca_mgm::PerlRegEx | |
compileFlags() const | ca_mgm::PerlRegEx | |
errorCode() | ca_mgm::PerlRegEx | |
errorString() const | ca_mgm::PerlRegEx | |
execute(MatchVector &sub, const std::string &str, size_t index=0, size_t count=0, int eflags=0) | ca_mgm::PerlRegEx | |
execute(MatchArray &sub, const std::string &str, size_t index=0, size_t count=0, int eflags=0) | ca_mgm::PerlRegEx | |
grep(const std::vector< std::string > &src, int eflags=0) | ca_mgm::PerlRegEx | |
isCompiled() const | ca_mgm::PerlRegEx | |
m_ecode | ca_mgm::PerlRegEx | mutableprivate |
m_error | ca_mgm::PerlRegEx | mutableprivate |
m_flags | ca_mgm::PerlRegEx | private |
m_pcre | ca_mgm::PerlRegEx | private |
m_rxstr | ca_mgm::PerlRegEx | private |
match(const std::string &str, size_t index=0, int eflags=0) const | ca_mgm::PerlRegEx | |
MatchArray typedef | ca_mgm::PerlRegEx | |
MatchVector typedef | ca_mgm::PerlRegEx | |
operator=(const PerlRegEx &ref) | ca_mgm::PerlRegEx | |
patternString() const | ca_mgm::PerlRegEx | |
PerlRegEx() | ca_mgm::PerlRegEx | |
PerlRegEx(const std::string ®ex, int cflags=0) | ca_mgm::PerlRegEx | |
PerlRegEx(const PerlRegEx &ref) | ca_mgm::PerlRegEx | |
replace(const std::string &str, const std::string &rep, bool global=false, int eflags=0) | ca_mgm::PerlRegEx | |
split(const std::string &str, bool empty=false, int eflags=0) | ca_mgm::PerlRegEx | |
~PerlRegEx() | ca_mgm::PerlRegEx |