Crazy Eddie's GUI System
${CEGUI_VERSION}
|
Public Member Functions | |
virtual ::CEGUI::RegexMatcher::MatchState | getMatchStateOfString (::CEGUI::String const &str) const |
virtual ::CEGUI::String const & | getRegexString () const |
Return reference to current regex string set. | |
virtual void | setRegexString (::CEGUI::String const ®ex) |
![]() | |
virtual | ~RegexMatcher () |
Destructor. | |
virtual void | setRegexString (const String ®ex)=0 |
Set the regex string that will be matched against. | |
virtual MatchState | getMatchStateOfString (const String &str) const =0 |
Return the MatchState result for the given String. | |
virtual | ~RegexMatcher () |
Destructor. | |
virtual void | setRegexString (const String ®ex)=0 |
Set the regex string that will be matched against. | |
virtual MatchState | getMatchStateOfString (const String &str) const =0 |
Return the MatchState result for the given String. | |
Additional Inherited Members | |
![]() | |
enum | MatchState { MS_VALID, MS_INVALID, MS_PARTIAL, MS_VALID, MS_INVALID, MS_PARTIAL } |
Enumeration of possible states when cosidering a regex match. More... | |
enum | MatchState { MS_VALID, MS_INVALID, MS_PARTIAL, MS_VALID, MS_INVALID, MS_PARTIAL } |
Enumeration of possible states when cosidering a regex match. More... | |