Sourceforge.net - The VCF's Project Host
   The VCF Website Home   |   Online Discussion Forums   |   Sourceforge.net Project Page   

VCF::Regex::Iterator Class Reference

A bi-directional iterator to simplify the regex interface. More...

#include <RegExKit.h>

List of all members.

Public Member Functions

 Iterator (const Match *data=NULL)
 Iterator (const Iterator &rhs)
Iteratoroperator= (const Iterator &rhs)
bool operator== (const Iterator &rhs) const
bool operator!= (const Iterator &rhs) const
const Matchoperator * () const
const Matchoperator-> () const
const Iteratoroperator++ ()
Iterator operator++ (int)
const Iteratoroperator-- ()
Iterator operator-- (int)


Detailed Description

A bi-directional iterator to simplify the regex interface.

ReverseIterator is also available.


Constructor & Destructor Documentation

VCF::Regex::Iterator::Iterator const Match data = NULL  )  [inline]
 

VCF::Regex::Iterator::Iterator const Iterator rhs  )  [inline]
 


Member Function Documentation

const Match& VCF::Regex::Iterator::operator *  )  const [inline]
 

bool VCF::Regex::Iterator::operator!= const Iterator rhs  )  const [inline]
 

Iterator VCF::Regex::Iterator::operator++ int   ) 
 

const Iterator& VCF::Regex::Iterator::operator++  ) 
 

Iterator VCF::Regex::Iterator::operator-- int   ) 
 

const Iterator& VCF::Regex::Iterator::operator--  ) 
 

const Match* VCF::Regex::Iterator::operator->  )  const [inline]
 

Iterator& VCF::Regex::Iterator::operator= const Iterator rhs  )  [inline]
 

bool VCF::Regex::Iterator::operator== const Iterator rhs  )  const [inline]
 


The documentation for this class was generated from the following file:
   Comments or Suggestions?    License Information