did_match | Pcre | |
get_match(int pos) | Pcre | |
get_match_end(int pos) | Pcre | |
get_match_end() | Pcre | |
get_match_length(int pos) | Pcre | |
get_match_start(int pos) | Pcre | |
get_match_start() | Pcre | |
get_sub_strings() | Pcre | |
matched() | Pcre | [inline] |
matches() | Pcre | [inline] |
num_matches | Pcre | |
operator=(const std::string &expression) | Pcre | |
operator=(const Pcre &P) | Pcre | |
Pcre() | Pcre | |
Pcre(const std::string &expression) | Pcre | |
Pcre(const std::string &expression, const std::string &flags) | Pcre | |
Pcre(const Pcre &P) | Pcre | |
replace(const std::string &piece, const std::string &with) | Pcre | |
search(const std::string &stuff) | Pcre | |
search(const std::string &stuff, int OffSet) | Pcre | |
split(const std::string &piece) | Pcre | |
split(const std::string &piece, int limit) | Pcre | |
split(const std::string &piece, int limit, int start_offset) | Pcre | |
split(const std::string &piece, int limit, int start_offset, int end_offset) | Pcre | |
split(const std::string &piece, std::vector< int > positions) | Pcre | |
~Pcre() | Pcre | |