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

Public Member Functions

 xml_attribute_struct (impl::xml_memory_page *page)

Public Attributes

uintptr_t header
char_tname
char_tvalue
xml_attribute_structprev_attribute_c
xml_attribute_structnext_attribute

Detailed Description

Definition at line 1097 of file pugixml.cc.

Constructor & Destructor Documentation

◆ xml_attribute_struct()

pugi::xml_attribute_struct::xml_attribute_struct ( impl::xml_memory_page * page)
inline

Definition at line 1099 of file pugixml.cc.

1099 : name(0), value(0), prev_attribute_c(0), next_attribute(0)
1100 {
1101 header = PUGI__GETHEADER_IMPL(this, page, 0);
1102 }
#define PUGI__GETHEADER_IMPL(object, page, flags)
Definition pugixml.cc:450
xml_attribute_struct * prev_attribute_c
Definition pugixml.cc:1109
xml_attribute_struct * next_attribute
Definition pugixml.cc:1110

Member Data Documentation

◆ header

uintptr_t pugi::xml_attribute_struct::header

Definition at line 1104 of file pugixml.cc.

Referenced by xml_attribute_struct().

◆ name

char_t* pugi::xml_attribute_struct::name

Definition at line 1106 of file pugixml.cc.

Referenced by xml_attribute_struct().

◆ next_attribute

◆ prev_attribute_c

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().

◆ value

char_t* pugi::xml_attribute_struct::value

Definition at line 1107 of file pugixml.cc.

Referenced by xml_attribute_struct().


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