GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
Public Member Functions | List of all members
utf8::unchecked::iterator< octet_iterator > Class Template Reference

Inherits std::iterator< std::bidirectional_iterator_tag, uint32_t >.

Public Member Functions

 iterator (const octet_iterator &octet_it)
 
octet_iterator base () const
 
uint32_t operator* () const
 
bool operator== (const iterator &rhs) const
 
bool operator!= (const iterator &rhs) const
 
iteratoroperator++ ()
 
iterator operator++ (int)
 
iteratoroperator-- ()
 
iterator operator-- (int)
 

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