ASPiK SDK
VSTGUI::UTF8CharacterIterator Class Reference

Public Member Functions

 UTF8CharacterIterator (const UTF8StringPtr utf8Str)
 
 UTF8CharacterIterator (const UTF8StringPtr utf8Str, size_t strLen)
 
 UTF8CharacterIterator (const std::string &stdStr)
 
uint8_t * next ()
 
uint8_t * previous ()
 
uint8_t getByteLength () const
 
uint8_t * begin ()
 
uint8_t * end ()
 
const uint8_t * front () const
 
const uint8_t * back () const
 
const uint8_t * operator++ ()
 
const uint8_t * operator-- ()
 
bool operator== (uint8_t i)
 
 operator uint8_t * () const
 

Protected Attributes

uint8_t * startPos
 
uint8_t * currentPos
 
size_t strLen
 

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