Public Member Functions | |
xml_attribute_struct (impl::xml_memory_page *page) | |
Public Attributes | |
uintptr_t | header |
char_t * | name |
xml_attribute_struct * | next_attribute |
xml_attribute_struct * | prev_attribute_c |
char_t * | value |
Definition at line 1100 of file pugixml.cpp.
|
inline |
Definition at line 1102 of file pugixml.cpp.
References PUGI__GETHEADER_IMPL.
uintptr_t pugi::xml_attribute_struct::header |
Definition at line 1107 of file pugixml.cpp.
Referenced by pugi::xml_attribute::set_name(), and pugi::xml_attribute::set_value().
char_t* pugi::xml_attribute_struct::name |
Definition at line 1109 of file pugixml.cpp.
Referenced by pugi::xml_attribute::name(), and pugi::xml_attribute::set_name().
xml_attribute_struct* pugi::xml_attribute_struct::next_attribute |
Definition at line 1113 of file pugixml.cpp.
Referenced by pugi::xml_node::attribute(), pugi::xml_node::find_child_by_attribute(), pugi::xml_attribute::next_attribute(), pugi::xml_attribute_iterator::operator++(), and pugi::xml_attribute::previous_attribute().
xml_attribute_struct* pugi::xml_attribute_struct::prev_attribute_c |
Definition at line 1112 of file pugixml.cpp.
Referenced by pugi::xml_node::last_attribute(), and pugi::xml_attribute::previous_attribute().
char_t* pugi::xml_attribute_struct::value |
Definition at line 1110 of file pugixml.cpp.
Referenced by 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(), and pugi::xml_attribute::value().