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

Public Member Functions

 xml_attribute_struct (impl::xml_memory_page *page)
 

Public Attributes

uintptr_t header
 
char_tname
 
xml_attribute_structnext_attribute
 
xml_attribute_structprev_attribute_c
 
char_tvalue
 

Detailed Description

Definition at line 1100 of file pugixml.cpp.

Constructor & Destructor Documentation

◆ xml_attribute_struct()

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

Definition at line 1102 of file pugixml.cpp.

References PUGI__GETHEADER_IMPL.

Member Data Documentation

◆ header

uintptr_t pugi::xml_attribute_struct::header

Definition at line 1107 of file pugixml.cpp.

Referenced by pugi::xml_attribute::set_name(), and pugi::xml_attribute::set_value().

◆ name

char_t* pugi::xml_attribute_struct::name

Definition at line 1109 of file pugixml.cpp.

Referenced by pugi::xml_attribute::name(), and pugi::xml_attribute::set_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: