UTF16BE< CharType > Struct Template Reference#
UTF16BE< CharType > Struct Template Reference
UTF-16 big endian encoding. More...
#include <encodings.h>
Inheritance diagram for UTF16BE< CharType >:

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 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 | |
![]() | |
enum | |
typedef wchar_t | Ch |
![]() | |
RAPIDJSON_STATIC_ASSERT (sizeof(Ch) >=2) | |
Detailed Description
template<typename CharType = wchar_t>
struct UTF16BE< CharType >
UTF-16 big endian encoding.
Member Function Documentation
◆ Put()
template<typename CharType = wchar_t>
template<typename OutputByteStream >
|
inlinestatic |
◆ PutBOM()
template<typename CharType = wchar_t>
template<typename OutputByteStream >
|
inlinestatic |
◆ Take()
template<typename CharType = wchar_t>
template<typename InputByteStream >
|
inlinestatic |
◆ TakeBOM()
template<typename CharType = wchar_t>
template<typename InputByteStream >
|
inlinestatic |
The documentation for this struct was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/develop/include/rapidjson/encodings.h