pugi::xml_attribute_struct Struct Reference

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

Collaboration diagram for pugi::xml_attribute_struct:

Collaboration graph
[legend]

List of all members.

Public Member Functions

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

Public Attributes

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


Detailed Description

A 'name=value' XML attribute structure.

Definition at line 441 of file pugixml.cpp.


Constructor & Destructor Documentation

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

Default ctor.

Definition at line 443 of file pugixml.cpp.


Member Data Documentation

Definition at line 446 of file pugixml.cpp.

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

Pointer to attribute name.

Definition at line 448 of file pugixml.cpp.

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


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

Generated on Thu Jul 6 00:34:21 2017 for Moses by  doxygen 1.5.9