Elaztek Developer Hub
Blamite Game Engine - blam!  00398.09.22.23.2015.blamite
The core library for the Blamite Game Engine.
UTF32LE< CharType > Struct Template Reference

UTF-32 little endian enocoding. More...

#include <encodings.h>

+ Inheritance diagram for UTF32LE< CharType >:
+ Collaboration diagram for UTF32LE< CharType >:

Static Public Member Functions

template<typename InputByteStream >
static CharType TakeBOM (InputByteStream &is)
 
template<typename InputByteStream >
static CharType Take (InputByteStream &is)
 
template<typename OutputByteStream >
static void PutBOM (OutputByteStream &os)
 
template<typename OutputByteStream >
static void Put (OutputByteStream &os, CharType c)
 
- Static Public Member Functions inherited from UTF32< unsigned >
static void Encode (OutputStream &os, unsigned codepoint)
 
static void EncodeUnsafe (OutputStream &os, unsigned codepoint)
 
static bool Decode (InputStream &is, unsigned *codepoint)
 
static bool Validate (InputStream &is, OutputStream &os)
 

Additional Inherited Members

- Public Types inherited from UTF32< unsigned >
enum  
 
typedef unsigned Ch
 
- Public Member Functions inherited from UTF32< unsigned >
 RAPIDJSON_STATIC_ASSERT (sizeof(Ch) >=4)
 

Detailed Description

template<typename CharType = unsigned>
struct UTF32LE< CharType >

UTF-32 little endian enocoding.

Member Function Documentation

◆ Put()

template<typename CharType = unsigned>
template<typename OutputByteStream >
static void UTF32LE< CharType >::Put ( OutputByteStream &  os,
CharType  c 
)
inlinestatic
+ Here is the call graph for this function:

◆ PutBOM()

template<typename CharType = unsigned>
template<typename OutputByteStream >
static void UTF32LE< CharType >::PutBOM ( OutputByteStream &  os)
inlinestatic
+ Here is the call graph for this function:

◆ Take()

template<typename CharType = unsigned>
template<typename InputByteStream >
static CharType UTF32LE< CharType >::Take ( InputByteStream &  is)
inlinestatic
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ TakeBOM()

template<typename CharType = unsigned>
template<typename InputByteStream >
static CharType UTF32LE< CharType >::TakeBOM ( InputByteStream &  is)
inlinestatic
+ Here is the call graph for this function:

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