Public Member Functions | Public Attributes
xml_document_struct Struct Reference
Inheritance diagram for xml_document_struct:
Inheritance graph
[legend]
Collaboration diagram for xml_document_struct:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 xml_document_struct (xml_memory_page *page)

Public Attributes

const char_t * buffer
xml_extra_bufferextra_buffers

Detailed Description

Definition at line 537 of file pugixml.cpp.


Constructor & Destructor Documentation

Definition at line 539 of file pugixml.cpp.

                                                          : xml_node_struct(page, node_document), xml_allocator(page), buffer(0), extra_buffers(0)
                {
                }

Member Data Documentation

Definition at line 543 of file pugixml.cpp.

Referenced by load_buffer_impl().

Definition at line 545 of file pugixml.cpp.


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

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