NDDEM
Public Member Functions | Public Attributes | List of all members
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
 

Constructor & Destructor Documentation

◆ xml_attribute_struct()

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

Member Data Documentation

◆ header

uintptr_t pugi::xml_attribute_struct::header

◆ name

char_t* pugi::xml_attribute_struct::name

◆ next_attribute

xml_attribute_struct* pugi::xml_attribute_struct::next_attribute

◆ prev_attribute_c

xml_attribute_struct* pugi::xml_attribute_struct::prev_attribute_c

◆ value

char_t* pugi::xml_attribute_struct::value

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