All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
KzcStringIterator Struct Reference

String iterator for unicode characters. More...

#include <core/util/string/kzc_string.h>

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...
 

Detailed Description

String iterator for unicode characters.

Member Data Documentation

kzString KzcStringIterator::tail_private

Tail of the string being iterated in UTF-8 format.

kzUnicodeChar KzcStringIterator::codePoint_private

Codepoint of the current string position.


The documentation for this struct was generated from the following file: