#include <string>
#include <sstream>
#include <vector>
#include <stdexcept>
#include <pcre.h>
Go to the source code of this file.
Namespaces | |
namespace | std |
Compounds | |
class | exception |
class | Pcre |
Typedefs | |
typedef vector< string > | Array |
typedef vector< string >::iterator | ArrayIterator |
|
A typedef for a vector of strings Definition at line 57 of file pcre++.h. Referenced by Pcre::get_sub_strings(), and Pcre::split(). |
|
A typedef for a vector iterator Definition at line 60 of file pcre++.h. Referenced by Pcre::get_match(), and Pcre::get_match_length(). |