template <typename CharType = wchar_t>

struct UTF16LE

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

UTF-16 little endian encoding.

Public Methods

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

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

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

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

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

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

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

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