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

Constructor & Destructor Documentation

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

Definition at line 1075 of file pugixml.cpp.

Member Data Documentation

uintptr_t pugi::xml_attribute_struct::header

Definition at line 1080 of file pugixml.cpp.

char_t* pugi::xml_attribute_struct::name

Definition at line 1082 of file pugixml.cpp.

xml_attribute_struct* pugi::xml_attribute_struct::next_attribute

Definition at line 1086 of file pugixml.cpp.

xml_attribute_struct* pugi::xml_attribute_struct::prev_attribute_c

Definition at line 1085 of file pugixml.cpp.

char_t* pugi::xml_attribute_struct::value

Definition at line 1083 of file pugixml.cpp.


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