My Project
 All Classes Files Functions Variables Enumerations Enumerator Friends Macros Pages
gcp::util::RegExpParser Class Reference

Public Member Functions

 RegExpParser (std::string regexp)
 
virtual ~RegExpParser ()
 
bool matches (std::string matchString)
 

Constructor & Destructor Documentation

RegExpParser::RegExpParser ( std::string  regexp)

Constructor with RegExp string

....................................................................... Constructor.

RegExpParser::~RegExpParser ( )
virtual

Destructor.

....................................................................... Destructor.

Member Function Documentation

bool gcp::util::RegExpParser::matches ( std::string  matchString)

This is the top level matching routine. It returns true if the string in this RegExpParser matches the string, otherwise it returns false.


The documentation for this class was generated from the following files: