Main Page   Namespace List   Compound List   File List   Compound Members   File Members  

pcre++.h File Reference

#include <string>
#include <sstream>
#include <vector>
#include <stdexcept>
#include <iostream>
#include <pcre.h>

Go to the source code of this file.

Compounds

class  exception
class  Pcre

Defines

#define __pcredebug   if(0) cerr

Typedefs

typedef std::vector< std::string > Array
typedef std::vector< std::string
>::iterator 
ArrayIterator


Define Documentation

#define __pcredebug   if(0) cerr
 

Definition at line 57 of file pcre++.h.

Referenced by Pcre::replace().


Typedef Documentation

typedef std::vector<std::string> Array
 

A typedef for a vector of strings

Definition at line 62 of file pcre++.h.

Referenced by Pcre::get_sub_strings(), and Pcre::split().

typedef std::vector<std::string>::iterator ArrayIterator
 

A typedef for a vector iterator

Definition at line 65 of file pcre++.h.

Referenced by Pcre::get_match(), and Pcre::get_match_length().


Generated on Wed Jun 25 00:39:01 2003 for PCRE++ by doxygen1.3-rc3