base iterator class for UString
More...
#include <MyGUI_UString.h>
Detailed Description
base iterator class for UString
Definition at line 216 of file MyGUI_UString.h.
Constructor & Destructor Documentation
MyGUI::UString::_base_iterator::_base_iterator |
( |
| ) |
|
|
inlineprotected |
Member Function Documentation
void MyGUI::UString::_base_iterator::_become |
( |
const _base_iterator & |
i | ) |
|
|
inlineprotected |
size_type MyGUI::UString::_base_iterator::_get_index |
( |
| ) |
const |
|
inlineprotected |
unicode_char MyGUI::UString::_base_iterator::_getCharacter |
( |
| ) |
const |
|
inlineprotected |
void MyGUI::UString::_base_iterator::_jump_to |
( |
size_type |
index | ) |
|
|
inlineprotected |
void MyGUI::UString::_base_iterator::_moveNext |
( |
| ) |
|
|
inlineprotected |
void MyGUI::UString::_base_iterator::_movePrev |
( |
| ) |
|
|
inlineprotected |
void MyGUI::UString::_base_iterator::_seekFwd |
( |
size_type |
c | ) |
|
|
inlineprotected |
void MyGUI::UString::_base_iterator::_seekRev |
( |
size_type |
c | ) |
|
|
inlineprotected |
int MyGUI::UString::_base_iterator::_setCharacter |
( |
unicode_char |
uc | ) |
|
|
inlineprotected |
bool MyGUI::UString::_base_iterator::_test_begin |
( |
| ) |
const |
|
inlineprotected |
bool MyGUI::UString::_base_iterator::_test_end |
( |
| ) |
const |
|
inlineprotected |
Friends And Related Function Documentation
Field Documentation
dstring::iterator MyGUI::UString::_base_iterator::mIter |
|
protected |
UString* MyGUI::UString::_base_iterator::mString |
|
protected |
The documentation for this class was generated from the following file: