HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
utf16_writer Struct Reference

Public Types

typedef uint16_t * value_type
 

Static Public Member Functions

static value_type low (value_type result, uint32_t ch)
 
static value_type high (value_type result, uint32_t ch)
 
static value_type any (value_type result, uint32_t ch)
 

Detailed Description

Definition at line 1508 of file pugixml.cpp.

Member Typedef Documentation

typedef uint16_t* utf16_writer::value_type

Definition at line 1510 of file pugixml.cpp.

Member Function Documentation

static value_type utf16_writer::any ( value_type  result,
uint32_t  ch 
)
inlinestatic

Definition at line 1530 of file pugixml.cpp.

static value_type utf16_writer::high ( value_type  result,
uint32_t  ch 
)
inlinestatic

Definition at line 1519 of file pugixml.cpp.

static value_type utf16_writer::low ( value_type  result,
uint32_t  ch 
)
inlinestatic

Definition at line 1512 of file pugixml.cpp.


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