Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
pugi::xml_node_struct Struct Reference

Public Member Functions

 xml_node_struct (impl::xml_memory_page *page, xml_node_type type)

Public Attributes

uintptr_t header
char_tname
char_tvalue
xml_node_structparent
xml_node_structfirst_child
xml_node_structprev_sibling_c
xml_node_structnext_sibling
xml_attribute_structfirst_attribute

Detailed Description

Definition at line 1113 of file pugixml.cc.

Constructor & Destructor Documentation

◆ xml_node_struct()

pugi::xml_node_struct::xml_node_struct ( impl::xml_memory_page * page,
xml_node_type type )
inline

Definition at line 1115 of file pugixml.cc.

1116 {
1117 header = PUGI__GETHEADER_IMPL(this, page, type);
1118 }
#define PUGI__GETHEADER_IMPL(object, page, flags)
Definition pugixml.cc:450
xml_attribute_struct * first_attribute
Definition pugixml.cc:1132
xml_node_struct * prev_sibling_c
Definition pugixml.cc:1129
xml_node_struct * next_sibling
Definition pugixml.cc:1130
xml_node_struct * parent
Definition pugixml.cc:1125
xml_node_struct * first_child
Definition pugixml.cc:1127

Member Data Documentation

◆ first_attribute

xml_attribute_struct* pugi::xml_node_struct::first_attribute

Definition at line 1132 of file pugixml.cc.

Referenced by xml_node_struct().

◆ first_child

xml_node_struct* pugi::xml_node_struct::first_child

◆ header

◆ name

char_t* pugi::xml_node_struct::name

Definition at line 1122 of file pugixml.cc.

Referenced by xml_node_struct().

◆ next_sibling

◆ parent

◆ prev_sibling_c

xml_node_struct* pugi::xml_node_struct::prev_sibling_c

Definition at line 1129 of file pugixml.cc.

Referenced by pugi::xml_node::last_child(), and xml_node_struct().

◆ value


The documentation for this struct was generated from the following file: