![]() |
Plasma Engine
2.0
|
[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 | |
PL_ALWAYS_INLINE | UtfInserter (Container *pContainer) |
PL_ALWAYS_INLINE void | operator++ () |
PL_ALWAYS_INLINE UtfInserter & | operator++ (int) |
PL_ALWAYS_INLINE void | operator= (IntType rhs) |
PL_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.