Google

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 <pcre.h>

Go to the source code of this file.

Namespaces

namespace  std

Compounds

class  Pcre::exception
class  Pcre

Typedefs

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


Typedef Documentation

typedef vector<string> Array
 

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().

typedef vector<string>::iterator ArrayIterator
 

A typedef for a vector iterator

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

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


Generated on Tue Jul 16 22:14:38 2002 for PCRE++ by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001