|
Crazy Eddie's GUI System
${CEGUI_VERSION}
|
Inheritance diagram for RegexMatcher_wrapper:
Collaboration diagram for RegexMatcher_wrapper: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) |
Public Member Functions inherited from CEGUI::RegexMatcher | |
| 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 | |
Public Types inherited from CEGUI::RegexMatcher | |
| 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... | |