CARLA
Public Types | Static Public Member Functions | List of all members
utf16_decoder< opt_swap > Struct Template Reference

Public Types

typedef uint16_t type
 

Static Public Member Functions

template<typename Traits >
static Traits::value_type process (const uint16_t *data, size_t size, typename Traits::value_type result, Traits)
 

Detailed Description

template<typename opt_swap>
struct utf16_decoder< opt_swap >

Definition at line 1692 of file pugixml.cpp.

Member Typedef Documentation

◆ type

template<typename opt_swap >
typedef uint16_t utf16_decoder< opt_swap >::type

Definition at line 1694 of file pugixml.cpp.

Member Function Documentation

◆ process()

template<typename opt_swap >
template<typename Traits >
static Traits::value_type utf16_decoder< opt_swap >::process ( const uint16_t *  data,
size_t  size,
typename Traits::value_type  result,
Traits   
)
inlinestatic

Definition at line 1696 of file pugixml.cpp.

References endian_swap().

+ Here is the call graph for this function:

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