|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
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 1097 of file pugixml.cc.
|
inline |
Definition at line 1099 of file pugixml.cc.
| uintptr_t pugi::xml_attribute_struct::header |
Definition at line 1104 of file pugixml.cc.
Referenced by xml_attribute_struct().
| char_t* pugi::xml_attribute_struct::name |
Definition at line 1106 of file pugixml.cc.
Referenced by xml_attribute_struct().
| xml_attribute_struct* pugi::xml_attribute_struct::next_attribute |
Definition at line 1110 of file pugixml.cc.
Referenced by pugi::xml_node::attribute(), pugi::xml_node::find_child_by_attribute(), pugi::xml_node::find_child_by_attribute(), pugi::xml_node::remove_attributes(), and xml_attribute_struct().
| xml_attribute_struct* pugi::xml_attribute_struct::prev_attribute_c |
Definition at line 1109 of file pugixml.cc.
Referenced by pugi::xml_attribute::previous_attribute(), and xml_attribute_struct().
| char_t* pugi::xml_attribute_struct::value |
Definition at line 1107 of file pugixml.cc.
Referenced by xml_attribute_struct().