|
My Project
|
Public Member Functions | |
| RegExpParser (std::string regexp) | |
| virtual | ~RegExpParser () |
| bool | matches (std::string matchString) |
| RegExpParser::RegExpParser | ( | std::string | regexp | ) |
Constructor with RegExp string
....................................................................... Constructor.
|
virtual |
Destructor.
....................................................................... Destructor.
| 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.