CARLA
 
载入中...
搜索中...
未找到
Public 类型 | 静态 Public 成员函数 | 所有成员列表
utf16_writer结构体 参考

Public 类型

typedef uint16_t * value_type
 

静态 Public 成员函数

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

详细描述

在文件 pugixml.cpp1535 行定义.

成员类型定义说明

◆ value_type

typedef uint16_t* utf16_writer::value_type

在文件 pugixml.cpp1537 行定义.

成员函数说明

◆ any()

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

在文件 pugixml.cpp1557 行定义.

引用了 high() , 以及 low().

+ 函数调用图:

◆ high()

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

在文件 pugixml.cpp1546 行定义.

被这些函数引用 any().

+ 这是这个函数的调用关系图:

◆ low()

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

在文件 pugixml.cpp1539 行定义.

被这些函数引用 any().

+ 这是这个函数的调用关系图:

该结构体的文档由以下文件生成: