template <typename CharType = unsigned>

struct UTF32BE

Defined at line 496 of file ../../third_party/rapidjson/include/rapidjson/encodings.h

UTF-32 big endian encoding.

Public Methods

template <typename InputByteStream>
CharType TakeBOM (InputByteStream & is)

Defined at line 498 of file ../../third_party/rapidjson/include/rapidjson/encodings.h

template <typename InputByteStream>
CharType Take (InputByteStream & is)

Defined at line 505 of file ../../third_party/rapidjson/include/rapidjson/encodings.h

template <typename OutputByteStream>
void PutBOM (OutputByteStream & os)

Defined at line 515 of file ../../third_party/rapidjson/include/rapidjson/encodings.h

template <typename OutputByteStream>
void Put (OutputByteStream & os, CharType c)

Defined at line 524 of file ../../third_party/rapidjson/include/rapidjson/encodings.h