template <typename CharType = unsigned>
struct UTF32LE
Defined at line 457 of file ../../third_party/rapidjson/include/rapidjson/encodings.h
UTF-32 little endian enocoding.
Public Methods
template <typename InputByteStream>
CharType TakeBOM (InputByteStream & is)
Defined at line 459 of file ../../third_party/rapidjson/include/rapidjson/encodings.h
template <typename InputByteStream>
CharType Take (InputByteStream & is)
Defined at line 466 of file ../../third_party/rapidjson/include/rapidjson/encodings.h
template <typename OutputByteStream>
void PutBOM (OutputByteStream & os)
Defined at line 476 of file ../../third_party/rapidjson/include/rapidjson/encodings.h
template <typename OutputByteStream>
void Put (OutputByteStream & os, CharType c)
Defined at line 485 of file ../../third_party/rapidjson/include/rapidjson/encodings.h