CoolProp  4.2.5
An open-source fluid property and humid air property database
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Static Public Member Functions | List of all members
rapidjson::UTF16< CharType > Struct Template Reference

UTF-16 encoding. More...

#include <rapidjson.h>

Inheritance diagram for rapidjson::UTF16< CharType >:
rapidjson::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.

Definition at line 370 of file rapidjson.h.

Member Typedef Documentation

template<typename CharType = wchar_t>
typedef CharType rapidjson::UTF16< CharType >::Ch

Definition at line 371 of file rapidjson.h.

Member Function Documentation

template<typename CharType = wchar_t>
static Ch* rapidjson::UTF16< CharType >::Encode ( Ch buffer,
unsigned  codepoint 
)
inlinestatic

Definition at line 373 of file rapidjson.h.


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