get_match(int pos) const | pcrepp::Pcre | |
get_match_end(int pos) const | pcrepp::Pcre | |
get_match_end() const | pcrepp::Pcre | |
get_match_length(int pos) const | pcrepp::Pcre | |
get_match_start(int pos) const | pcrepp::Pcre | |
get_match_start() const | pcrepp::Pcre | |
get_pcre() | pcrepp::Pcre | |
get_pcre_extra() | pcrepp::Pcre | |
get_sub_strings() const | pcrepp::Pcre | |
matched() const | pcrepp::Pcre | [inline] |
matches() const | pcrepp::Pcre | [inline] |
operator=(const std::string &expression) | pcrepp::Pcre | |
operator=(const Pcre &P) | pcrepp::Pcre | |
operator[](int index) | pcrepp::Pcre | [inline] |
Pcre() | pcrepp::Pcre | |
Pcre(const std::string &expression) | pcrepp::Pcre | |
Pcre(const std::string &expression, const std::string &flags) | pcrepp::Pcre | |
Pcre(const std::string &expression, unsigned int flags) | pcrepp::Pcre | |
Pcre(const Pcre &P) | pcrepp::Pcre | |
replace(const std::string &piece, const std::string &with) | pcrepp::Pcre | |
search(const std::string &stuff) | pcrepp::Pcre | |
search(const std::string &stuff, int OffSet) | pcrepp::Pcre | |
setlocale(const char *locale) | pcrepp::Pcre | |
split(const std::string &piece) | pcrepp::Pcre | |
split(const std::string &piece, int limit) | pcrepp::Pcre | |
split(const std::string &piece, int limit, int start_offset) | pcrepp::Pcre | |
split(const std::string &piece, int limit, int start_offset, int end_offset) | pcrepp::Pcre | |
split(const std::string &piece, std::vector< int > positions) | pcrepp::Pcre | |
study() | pcrepp::Pcre | |
~Pcre() | pcrepp::Pcre | |