Static Public Member Functions | List of all members
UTF16BE< CharType > Struct Template Reference

UTF-16 big endian encoding. More...

#include <encodings.h>

Inheritance diagram for UTF16BE< CharType >:
Inheritance graph
[legend]

Static Public Member Functions

template<typename OutputByteStream >
static void Put (OutputByteStream &os, CharType c)
 
template<typename OutputByteStream >
static void PutBOM (OutputByteStream &os)
 
template<typename InputByteStream >
static CharType Take (InputByteStream &is)
 
template<typename InputByteStream >
static CharType TakeBOM (InputByteStream &is)
 
- Static Public Member Functions inherited from UTF16< CharType >
template<typename InputStream >
static bool Decode (InputStream &is, unsigned *codepoint)
 
template<typename OutputStream >
static void Encode (OutputStream &os, unsigned codepoint)
 
template<typename OutputStream >
static void EncodeUnsafe (OutputStream &os, unsigned codepoint)
 
template<typename InputStream , typename OutputStream >
static bool Validate (InputStream &is, OutputStream &os)
 

Additional Inherited Members

- Public Types inherited from UTF16< CharType >
enum  { supportUnicode = 1 }
 
typedef CharType Ch
 
- Public Member Functions inherited from UTF16< CharType >
 RAPIDJSON_STATIC_ASSERT (sizeof(Ch) >=2)
 

Detailed Description

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

UTF-16 big endian encoding.

Definition at line 375 of file encodings.h.

Member Function Documentation

template<typename CharType = wchar_t>
template<typename OutputByteStream >
static void UTF16BE< CharType >::Put ( OutputByteStream &  os,
CharType  c 
)
inlinestatic

Definition at line 399 of file encodings.h.

template<typename CharType = wchar_t>
template<typename OutputByteStream >
static void UTF16BE< CharType >::PutBOM ( OutputByteStream &  os)
inlinestatic

Definition at line 392 of file encodings.h.

template<typename CharType = wchar_t>
template<typename InputByteStream >
static CharType UTF16BE< CharType >::Take ( InputByteStream &  is)
inlinestatic

Definition at line 384 of file encodings.h.

template<typename CharType = wchar_t>
template<typename InputByteStream >
static CharType UTF16BE< CharType >::TakeBOM ( InputByteStream &  is)
inlinestatic

Definition at line 377 of file encodings.h.


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


choreo_rapidjson
Author(s):
autogenerated on Thu Jul 18 2019 03:59:10