μHAL (v2.7.9)
Part of the IPbus software repository
Public Types | Static Public Member Functions | List of all members
utf8_writer Struct Reference

Public Types

typedef uint8_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 1469 of file pugixml.cpp.

Member Typedef Documentation

◆ value_type

typedef uint8_t* utf8_writer::value_type

Definition at line 1471 of file pugixml.cpp.

Member Function Documentation

◆ any()

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

Definition at line 1508 of file pugixml.cpp.

References high(), and low().

Referenced by strconv_escape().

◆ high()

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

Definition at line 1498 of file pugixml.cpp.

Referenced by any().

◆ low()

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

Definition at line 1473 of file pugixml.cpp.

Referenced by any().


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