#include <MyGUI_UString.h>
Protected Member Functions | |
_base_iterator () | |
void | _seekFwd (size_type c) |
void | _seekRev (size_type c) |
void | _become (const _base_iterator &i) |
bool | _test_begin () const |
bool | _test_end () const |
size_type | _get_index () const |
void | _jump_to (size_type index) |
unicode_char | _getCharacter () const |
int | _setCharacter (unicode_char uc) |
void | _moveNext () |
void | _movePrev () |
Protected Attributes | |
dstring::iterator | mIter |
UString * | mString |
Friends | |
class | UString |
Definition at line 210 of file MyGUI_UString.h.
MyGUI::UString::_base_iterator::_base_iterator | ( | ) | [protected] |
Definition at line 29 of file MyGUI_UString.cpp.
void MyGUI::UString::_base_iterator::_become | ( | const _base_iterator & | i | ) | [protected] |
Definition at line 44 of file MyGUI_UString.cpp.
UString::size_type MyGUI::UString::_base_iterator::_get_index | ( | ) | const [protected] |
Definition at line 60 of file MyGUI_UString.cpp.
UString::unicode_char MyGUI::UString::_base_iterator::_getCharacter | ( | ) | const [protected] |
Definition at line 70 of file MyGUI_UString.cpp.
void MyGUI::UString::_base_iterator::_jump_to | ( | size_type | index | ) | [protected] |
Definition at line 65 of file MyGUI_UString.cpp.
void MyGUI::UString::_base_iterator::_moveNext | ( | ) | [protected] |
Definition at line 84 of file MyGUI_UString.cpp.
void MyGUI::UString::_base_iterator::_movePrev | ( | ) | [protected] |
Definition at line 100 of file MyGUI_UString.cpp.
void MyGUI::UString::_base_iterator::_seekFwd | ( | size_type | c | ) | [protected] |
Definition at line 34 of file MyGUI_UString.cpp.
void MyGUI::UString::_base_iterator::_seekRev | ( | size_type | c | ) | [protected] |
Definition at line 39 of file MyGUI_UString.cpp.
int MyGUI::UString::_base_iterator::_setCharacter | ( | unicode_char | uc | ) | [protected] |
Definition at line 76 of file MyGUI_UString.cpp.
bool MyGUI::UString::_base_iterator::_test_begin | ( | ) | const [protected] |
Definition at line 50 of file MyGUI_UString.cpp.
bool MyGUI::UString::_base_iterator::_test_end | ( | ) | const [protected] |
Definition at line 55 of file MyGUI_UString.cpp.
friend class UString [friend] |
Definition at line 211 of file MyGUI_UString.h.
dstring::iterator MyGUI::UString::_base_iterator::mIter [protected] |
Definition at line 229 of file MyGUI_UString.h.
UString* MyGUI::UString::_base_iterator::mString [protected] |
Definition at line 230 of file MyGUI_UString.h.