cocos2d-x  2.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Encoding Class Reference

Concept for encoding of Unicode characters. More...

#include <rapidjson.h>

Inheritance diagram for Encoding:
UTF16< CharType > UTF32< CharType > UTF8< CharType >

Detailed Description

Concept for encoding of Unicode characters.

concept Encoding {
typename Ch;
static Ch* Encode(Ch *buffer, unsigned codepoint);
};

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