cocos2d-x  2.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
UTF16< CharType > Struct Template Reference

UTF-16 encoding. More...

#include <rapidjson.h>

Inheritance diagram for UTF16< CharType >:
Encoding

Public Types

typedef CharType Ch

Static Public Member Functions

static ChEncode (Ch *buffer, unsigned codepoint)

Detailed Description

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

UTF-16 encoding.

http://en.wikipedia.org/wiki/UTF-16

Template Parameters
CharTypeType for storing 16-bit UTF-16 data. Default is wchar_t. C++11 may use char16_t instead.

Member Typedef Documentation

typedef CharType Ch

Member Function Documentation

static Ch* Encode ( Ch buffer,
unsigned  codepoint 
)
inlinestatic

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