Public Member Functions | |
| UTF8StringIterator & | operator++ (int) |
| UTF8StringIterator & | operator++ () |
| UTF8StringIterator (const UTF8StringIterator &iter) | |
| UTF8StringIterator (const std::string &_str) | |
Private Attributes | |
| int | position |
| const std::string & | str |
Definition at line 599 of file utf8.cpp.
|
|
Definition at line 614 of file utf8.cpp.
|
|
|
Definition at line 621 of file utf8.cpp.
|
|
|
Definition at line 634 of file utf8.cpp. 00635 {
00636 return *this;
00637 }
|
|
|
Definition at line 628 of file utf8.cpp. 00629 {
00630 return *this;
00631 }
|
|
|
|
|
|
|
1.4.1