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 string &expression) | Pcre | |
operator=(const Pcre &P) | Pcre | |
Pcre() | Pcre | |
Pcre(const string &expression) | Pcre | |
Pcre(const string &expression, const string &flags) | Pcre | |
Pcre(const Pcre &P) | Pcre | |
replace(const string &piece, const string &with) | Pcre | |
search(const string &stuff) | Pcre | |
search(const string &stuff, int OffSet) | Pcre | |
split(const string &piece) | Pcre | |
split(const string &piece, int limit) | Pcre | |
split(const string &piece, int limit, int start_offset) | Pcre | |
split(const string &piece, int limit, int start_offset, int end_offset) | Pcre | |
split(const string &piece, vector< int > positions) | Pcre | |
~Pcre() | Pcre | |