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 第 1100 行定义.
|
inline |
在文件 pugixml.cpp 第 1102 行定义.
引用了 header , 以及 PUGI__GETHEADER_IMPL.
uintptr_t pugi::xml_attribute_struct::header |
在文件 pugixml.cpp 第 1107 行定义.
被这些函数引用 pugi::xml_attribute::set_name(), pugi::xml_attribute::set_value(), pugi::xml_attribute::set_value(), pugi::xml_attribute::set_value(), pugi::xml_attribute::set_value(), pugi::xml_attribute::set_value(), pugi::xml_attribute::set_value(), pugi::xml_attribute::set_value(), pugi::xml_attribute::set_value() , 以及 xml_attribute_struct().
char_t* pugi::xml_attribute_struct::name |
在文件 pugixml.cpp 第 1109 行定义.
被这些函数引用 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 第 1112 行定义.
被这些函数引用 pugi::xml_node::last_attribute() , 以及 pugi::xml_attribute::previous_attribute().
char_t* pugi::xml_attribute_struct::value |
在文件 pugixml.cpp 第 1110 行定义.
被这些函数引用 pugi::xml_attribute::as_bool(), pugi::xml_attribute::as_double(), pugi::xml_attribute::as_float(), pugi::xml_attribute::as_int(), pugi::xml_attribute::as_string(), pugi::xml_attribute::as_uint(), pugi::xml_attribute::set_value(), pugi::xml_attribute::set_value(), pugi::xml_attribute::set_value(), pugi::xml_attribute::set_value(), pugi::xml_attribute::set_value(), pugi::xml_attribute::set_value(), pugi::xml_attribute::set_value(), pugi::xml_attribute::set_value() , 以及 pugi::xml_attribute::value().