String iterator for unicode characters. More...
#include <kanzi/core/legacy/util/string/kzc_string.hpp>
Public Attributes | |
kzString | tail_private |
Tail of the string being iterated in UTF-8 format. More... | |
kzUnicodeChar | codePoint_private |
Codepoint of the current string position. More... | |
String iterator for unicode characters.
kzString KzcStringIterator::tail_private |
Tail of the string being iterated in UTF-8 format.
kzUnicodeChar KzcStringIterator::codePoint_private |
Codepoint of the current string position.