template <typename CharType = wchar_t>
struct UTF16BE
Defined at line 375 of file ../../third_party/rapidjson/include/rapidjson/encodings.h
UTF-16 big endian encoding.
Public Methods
template <typename InputByteStream>
CharType TakeBOM (InputByteStream & is)
Defined at line 377 of file ../../third_party/rapidjson/include/rapidjson/encodings.h
template <typename InputByteStream>
CharType Take (InputByteStream & is)
Defined at line 384 of file ../../third_party/rapidjson/include/rapidjson/encodings.h
template <typename OutputByteStream>
void PutBOM (OutputByteStream & os)
Defined at line 392 of file ../../third_party/rapidjson/include/rapidjson/encodings.h
template <typename OutputByteStream>
void Put (OutputByteStream & os, CharType c)
Defined at line 399 of file ../../third_party/rapidjson/include/rapidjson/encodings.h