![]() |
ezEngine
Release 25.03
|
[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 UtfInserter & | operator++ (int) |
EZ_ALWAYS_INLINE void | operator= (IntType rhs) |
EZ_ALWAYS_INLINE UtfInserter & | operator* () |
Public Attributes | |
Container * | m_pContainer |
[internal] Small helper class to append bytes to some arbitrary container. Used for Utf8 string building.