bes  Updated for version 3.20.6
UTF16BE< CharType > Struct Template Reference

UTF-16 big endian encoding. More...

#include <encodings.h>

Collaboration diagram for UTF16BE< CharType >:
Collaboration graph

Public Types

enum  
 
enum  
 
typedef wchar_t Ch
 
typedef wchar_t Ch
 

Public Member Functions

 RAPIDJSON_STATIC_ASSERT (sizeof(Ch) >=2)
 
 RAPIDJSON_STATIC_ASSERT (sizeof(Ch) >=2)
 

Static Public Member Functions

static bool Decode (InputStream &is, unsigned *codepoint)
 
static bool Decode (InputStream &is, unsigned *codepoint)
 
static void Encode (OutputStream &os, unsigned codepoint)
 
static void Encode (OutputStream &os, unsigned codepoint)
 
static void EncodeUnsafe (OutputStream &os, unsigned codepoint)
 
static void EncodeUnsafe (OutputStream &os, unsigned codepoint)
 
template<typename OutputByteStream >
static void Put (OutputByteStream &os, CharType c)
 
template<typename OutputByteStream >
static void Put (OutputByteStream &os, CharType c)
 
template<typename OutputByteStream >
static void PutBOM (OutputByteStream &os)
 
template<typename OutputByteStream >
static void PutBOM (OutputByteStream &os)
 
template<typename InputByteStream >
static CharType Take (InputByteStream &is)
 
template<typename InputByteStream >
static CharType Take (InputByteStream &is)
 
template<typename InputByteStream >
static CharType TakeBOM (InputByteStream &is)
 
template<typename InputByteStream >
static CharType TakeBOM (InputByteStream &is)
 
static bool Validate (InputStream &is, OutputStream &os)
 
static bool Validate (InputStream &is, OutputStream &os)
 

Detailed Description

template<typename CharType = wchar_t>
struct UTF16BE< CharType >

UTF-16 big endian encoding.

Definition at line 375 of file cmr_module/rapidjson/encodings.h.


The documentation for this struct was generated from the following file: