ezEngine  Release 25.03
ezUnicodeUtils::UtfInserter< IntType, Container > Struct Template Reference

[internal] Small helper class to append bytes to some arbitrary container. Used for Utf8 string building. More...

#include <UnicodeUtils.h>

Public Types

using InsertionType = IntType
 

Public Member Functions

EZ_ALWAYS_INLINE UtfInserter (Container *pContainer)
 
EZ_ALWAYS_INLINE void operator++ ()
 
EZ_ALWAYS_INLINE UtfInserteroperator++ (int)
 
EZ_ALWAYS_INLINE void operator= (IntType rhs)
 
EZ_ALWAYS_INLINE UtfInserteroperator* ()
 

Public Attributes

Container * m_pContainer
 

Detailed Description

template<typename IntType, typename Container>
struct ezUnicodeUtils::UtfInserter< IntType, Container >

[internal] Small helper class to append bytes to some arbitrary container. Used for Utf8 string building.


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