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

UTF-8 encoding. More...

#include <rapidjson.h>

Inheritance diagram for UTF8< CharType >:
Encoding

Public Types

typedef CharType Ch

Static Public Member Functions

static ChEncode (Ch *buffer, unsigned codepoint)

Detailed Description

template<typename CharType = char>
struct rapidjson::UTF8< CharType >

UTF-8 encoding.

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

Template Parameters
CharTypeType for storing 8-bit UTF-8 data. Default is char.

Member Typedef Documentation

typedef CharType Ch
var Ch
local Ch

Member Function Documentation

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

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