Torque2D Reference
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 >:

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 Public Member Functions inherited from UTF16< CharType >
template<typename OutputStream >
static void Encode (OutputStream &os, unsigned codepoint)
 
template<typename InputStream >
static bool Decode (InputStream &is, unsigned *codepoint)
 
template<typename InputStream , typename OutputStream >
static bool Validate (InputStream &is, OutputStream &os)
 

Additional Inherited Members

- Public Types inherited from UTF16< CharType >
typedef CharType Ch
 
- Public Member Functions inherited from UTF16< CharType >
 RAPIDJSON_STATIC_ASSERT (sizeof(Ch) >=2)
 

Detailed Description

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

UTF-16 big endian encoding.

Member Function Documentation

static void Put ( OutputByteStream &  os,
CharType  c 
)
inlinestatic
static void PutBOM ( OutputByteStream &  os)
inlinestatic
static CharType Take ( InputByteStream &  is)
inlinestatic
static CharType TakeBOM ( InputByteStream &  is)
inlinestatic

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