HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 1089 of file pugixml.cpp.

Constructor & Destructor Documentation

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

Definition at line 1091 of file pugixml.cpp.

Member Data Documentation

xml_attribute_struct* pugi::xml_node_struct::first_attribute

Definition at line 1108 of file pugixml.cpp.

xml_node_struct* pugi::xml_node_struct::first_child

Definition at line 1103 of file pugixml.cpp.

uintptr_t pugi::xml_node_struct::header

Definition at line 1096 of file pugixml.cpp.

char_t* pugi::xml_node_struct::name

Definition at line 1098 of file pugixml.cpp.

xml_node_struct* pugi::xml_node_struct::next_sibling

Definition at line 1106 of file pugixml.cpp.

xml_node_struct* pugi::xml_node_struct::parent

Definition at line 1101 of file pugixml.cpp.

xml_node_struct* pugi::xml_node_struct::prev_sibling_c

Definition at line 1105 of file pugixml.cpp.

char_t* pugi::xml_node_struct::value

Definition at line 1099 of file pugixml.cpp.


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