#include <string>
#include <vector>
#include <pcre.h>
#include "exception.h"
#include "config.h"
Go to the source code of this file.
Compounds | |
class | Pcre |
class | PcreException |
Typedefs | |
typedef vector<string>::iterator | ResultIterator |
typedef vector<string> | ResultSet |
|
A typedef for a vector iterator |
|
A typedef for a vector of strings |