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

VCF::Regex Namespace Reference


Classes

class  Match
 Contains details of matches found during regex searches, namely the regex object that performed the search, the position in which the match was made and the exact text that triggered the match. More...
class  Iterator
 A bi-directional iterator to simplify the regex interface. More...
class  Host
 Base class for performing regex searches. More...
class  Ascii
 Regex engine for Ascii text. More...
class  UTF_16LE
 Regex engine for UTF-16LE text. More...

Typedefs

typedef std::set< MatchMatchList
typedef std::reverse_iterator<
Iterator
ReverseIterator


Typedef Documentation

typedef std::set<Match> VCF::Regex::MatchList
 

typedef std::reverse_iterator<Iterator> VCF::Regex::ReverseIterator
 

   Comments or Suggestions?    License Information