CARLA
Public Member Functions | Public Attributes | List of all members
pugi::xml_node_struct Struct Reference
+ Collaboration diagram for pugi::xml_node_struct:

Public Member Functions

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

Public Attributes

xml_attribute_structfirst_attribute
 
xml_node_structfirst_child
 
uintptr_t header
 
char_tname
 
xml_node_structnext_sibling
 
xml_node_structparent
 
xml_node_structprev_sibling_c
 
char_tvalue
 

Detailed Description

Definition at line 1116 of file pugixml.cpp.

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 1118 of file pugixml.cpp.

References PUGI__GETHEADER_IMPL.

Member Data Documentation

◆ first_attribute

xml_attribute_struct* pugi::xml_node_struct::first_attribute

◆ first_child

xml_node_struct* pugi::xml_node_struct::first_child

◆ header

uintptr_t pugi::xml_node_struct::header

◆ name

char_t* pugi::xml_node_struct::name

◆ next_sibling

xml_node_struct* pugi::xml_node_struct::next_sibling

◆ parent

xml_node_struct* pugi::xml_node_struct::parent

◆ prev_sibling_c

xml_node_struct* pugi::xml_node_struct::prev_sibling_c

◆ value

char_t* pugi::xml_node_struct::value

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