pugi::xml_attribute_struct 的协作图:Public 成员函数 | |
| xml_attribute_struct (impl::xml_memory_page *page) | |
Public 属性 | |
| uintptr_t | header |
| char_t * | name |
| xml_attribute_struct * | next_attribute |
| xml_attribute_struct * | prev_attribute_c |
| char_t * | value |
在文件 pugixml.cpp 第 1285 行定义.
|
inline |
在文件 pugixml.cpp 第 1287 行定义.
引用了 header , 以及 PUGI__GETHEADER_IMPL.
| uintptr_t pugi::xml_attribute_struct::header |
在文件 pugixml.cpp 第 1292 行定义.
被这些函数引用 pugi::xml_attribute::set_name(), pugi::xml_attribute::set_value() , 以及 xml_attribute_struct().
| char_t* pugi::xml_attribute_struct::name |
在文件 pugixml.cpp 第 1294 行定义.
被这些函数引用 pugi::xml_attribute::name() , 以及 pugi::xml_attribute::set_name().
| xml_attribute_struct* pugi::xml_attribute_struct::next_attribute |
| xml_attribute_struct* pugi::xml_attribute_struct::prev_attribute_c |
在文件 pugixml.cpp 第 1297 行定义.
被这些函数引用 pugi::xml_node::last_attribute() , 以及 pugi::xml_attribute::previous_attribute().
| char_t* pugi::xml_attribute_struct::value |