Crazy Eddies GUI System  0.7.9
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
CEGUI::PCRERegexMatcher Class Reference

Implementation of RegexMatcher using PCRE. More...

+ Inheritance diagram for CEGUI::PCRERegexMatcher:
+ Collaboration diagram for CEGUI::PCRERegexMatcher:

Public Member Functions

 PCRERegexMatcher ()
 Constructor.
 
 ~PCRERegexMatcher ()
 Destructor.
 
void setRegexString (const String &regex)
 Set the regex string that will be matched against.
 
const StringgetRegexString () const
 Return reference to current regex string set.
 
bool matchRegex (const String &str) const
 Return whether a given string matches the set regex.
 
- Public Member Functions inherited from CEGUI::RegexMatcher
virtual ~RegexMatcher ()
 Destructor.
 

Detailed Description

Implementation of RegexMatcher using PCRE.