Public Member Functions | Public Attributes
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_t * name
 Pointer to attribute name.
char_t * value
 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 489 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 492 of file pugixml.cpp.

                                                               : header(reinterpret_cast<uintptr_t>(page)), name(0), value(0), prev_attribute_c(0), next_attribute(0)
                {
                }

Member Data Documentation

Definition at line 496 of file pugixml.cpp.

Pointer to attribute name.

Definition at line 498 of file pugixml.cpp.

Next attribute.

Definition at line 502 of file pugixml.cpp.

Previous attribute (cyclic list)

Definition at line 501 of file pugixml.cpp.

Pointer to attribute value.

Definition at line 499 of file pugixml.cpp.


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

Generated on Mon Sep 15 2014 01:23:58 for QuickFIX by doxygen 1.7.6.1 written by Dimitri van Heesch, © 1997-2001