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

vcf/RegExKit/RegExKit.h File Reference


Namespaces

namespace  VCF
namespace  VCF::Regex

Classes

class  VCF::RegExKit
class  VCF::Regex::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  VCF::Regex::Iterator
 A bi-directional iterator to simplify the regex interface. More...
class  VCF::Regex::Host
 Base class for performing regex searches. More...
class  VCF::Regex::Ascii
 Regex engine for Ascii text. More...
class  VCF::Regex::UTF_16LE
 Regex engine for UTF-16LE text. More...

Defines

#define REGEX_LIBDLL   "RegExKit_"_LIB_CPLVERNUM".lib"
 Handle the extension based on the compiler.
#define REGEX_LIBS   "RegExKit_"_LIB_CPLVERNUM"_s.lib"
#define REGEXKIT_API

Typedefs

typedef std::set< Match > VCF::Regex::MatchList
typedef std::reverse_iterator<
Iterator > 
VCF::Regex::ReverseIterator

Define Documentation

#define REGEX_LIBDLL   "RegExKit_"_LIB_CPLVERNUM".lib"
 

Handle the extension based on the compiler.

#define REGEX_LIBS   "RegExKit_"_LIB_CPLVERNUM"_s.lib"
 

#define REGEXKIT_API
 

   Comments or Suggestions?    License Information