Public Member Functions | |
xml_attribute_struct (impl::xml_memory_page *page) | |
Public Attributes | |
uintptr_t | header |
char_t * | name |
char_t * | value |
xml_attribute_struct * | prev_attribute_c |
xml_attribute_struct * | next_attribute |
Definition at line 1094 of file pugixml.cpp.
|
inline |
Definition at line 1096 of file pugixml.cpp.
References header, and PUGI__GETHEADER_IMPL.
uintptr_t pugi::xml_attribute_struct::header |
Definition at line 1101 of file pugixml.cpp.
Referenced by pugi::xml_attribute::set_name(), pugi::xml_attribute::set_value(), and xml_attribute_struct().
char_t* pugi::xml_attribute_struct::name |
Definition at line 1103 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 1107 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 1106 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 1104 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().