rapidjson
A fast JSON parser/generator for C++ with both SAX/DOM style API
 All Classes Functions Variables Typedefs Pages
Public Types | Static Public Member Functions | List of all members
rapidjson::UTF8< CharType > Struct Template Reference

UTF-8 encoding. More...

#include <rapidjson.h>

Inheritance diagram for rapidjson::UTF8< CharType >:
rapidjson::Encoding

Public Types

typedef CharType Ch

Static Public Member Functions

static Ch * Encode (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.

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