CARLA
 
载入中...
搜索中...
未找到
Public 成员函数 | Public 属性 | 所有成员列表
pugi::xml_attribute_struct结构体 参考
+ pugi::xml_attribute_struct 的协作图:

Public 成员函数

 xml_attribute_struct (impl::xml_memory_page *page)
 

Public 属性

uintptr_t header
 
char_tname
 
xml_attribute_structnext_attribute
 
xml_attribute_structprev_attribute_c
 
char_tvalue
 

详细描述

在文件 pugixml.cpp1100 行定义.

构造及析构函数说明

◆ xml_attribute_struct()

pugi::xml_attribute_struct::xml_attribute_struct ( impl::xml_memory_page * page)
inline

在文件 pugixml.cpp1102 行定义.

引用了 header , 以及 PUGI__GETHEADER_IMPL.

类成员变量说明

◆ header

uintptr_t pugi::xml_attribute_struct::header

◆ name

char_t* pugi::xml_attribute_struct::name

在文件 pugixml.cpp1109 行定义.

被这些函数引用 pugi::xml_attribute::name() , 以及 pugi::xml_attribute::set_name().

◆ next_attribute

xml_attribute_struct* pugi::xml_attribute_struct::next_attribute

◆ prev_attribute_c

xml_attribute_struct* pugi::xml_attribute_struct::prev_attribute_c

在文件 pugixml.cpp1112 行定义.

被这些函数引用 pugi::xml_node::last_attribute() , 以及 pugi::xml_attribute::previous_attribute().

◆ value

char_t* pugi::xml_attribute_struct::value

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