XII Release 0.1.0
Loading...
Searching...
No Matches
xiiUnicodeUtils::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

XII_ALWAYS_INLINE UtfInserter (Container *pContainer)
 
XII_ALWAYS_INLINE void operator++ ()
 
XII_ALWAYS_INLINE UtfInserteroperator++ (xiiInt32)
 
XII_ALWAYS_INLINE void operator= (IntType rhs)
 
XII_ALWAYS_INLINE UtfInserteroperator* ()
 

Public Attributes

Container * m_pContainer
 

Detailed Description

template<typename IntType, typename Container>
struct xiiUnicodeUtils::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: