ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
Public Member Functions | Public Attributes | List of all members
pugi::xml_attribute_struct Struct Reference

A 'name=value' XML attribute structure. More...

Collaboration diagram for pugi::xml_attribute_struct:
Collaboration graph
[legend]

Public Member Functions

 xml_attribute_struct (impl::xml_memory_page *page)
 Default ctor. More...
 

Public Attributes

uintptr_t header
 
char_tname
 Pointer to attribute name. More...
 
char_tvalue
 Pointer to attribute value. More...
 
xml_attribute_structprev_attribute_c
 Previous attribute (cyclic list) More...
 
xml_attribute_structnext_attribute
 Next attribute. More...
 

Detailed Description

A 'name=value' XML attribute structure.

Definition at line 521 of file pugixml.cpp.

Constructor & Destructor Documentation

◆ xml_attribute_struct()

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

Default ctor.

Definition at line 524 of file pugixml.cpp.

Member Data Documentation

◆ header

uintptr_t pugi::xml_attribute_struct::header

Definition at line 529 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

Pointer to attribute name.

Definition at line 531 of file pugixml.cpp.

Referenced by pugi::xml_attribute::name(), pugi::xml_attribute::set_name(), and get_metrics.MemRange::stats().

◆ 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: