#include <string>
#include <sstream>
#include <vector>
#include <stdexcept>
#include <pcre.h>
Go to the source code of this file.
A typedef for a vector of strings
Definition at line 59 of file pcre++.h.
Referenced by Pcre::get_match_length(), Pcre::get_sub_strings(), Pcre::matches(), Pcre::replace(), Pcre::search(), and Pcre::split().
A typedef for a vector iterator
Definition at line 62 of file pcre++.h.
Referenced by Pcre::get_match(), and Pcre::get_match_length().