rapidjson::UTF32LE< CharType > Struct Template Reference

UTF-32 little endian enocoding. More...

#include <encodings.h>

Inheritance diagram for rapidjson::UTF32LE< CharType >:
rapidjson::UTF32< unsigned >

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 rapidjson::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 rapidjson::UTF32< unsigned >
enum  
 
typedef unsigned Ch
 
- Public Member Functions inherited from rapidjson::UTF32< unsigned >
 RAPIDJSON_STATIC_ASSERT (sizeof(Ch) >=4)
 

Detailed Description

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

UTF-32 little endian enocoding.


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