MezzanineEngine March 18, 2012

Mezzanine::xml::Writer Class Reference

Interface for node printing (see Node::Print) More...

#include <xmldoc.h>

Inheritance diagram for Mezzanine::xml::Writer:
Mezzanine::xml::WriterFile Mezzanine::xml::WriterStream

List of all members.

Public Member Functions

virtual ~Writer ()
 Empty Virtual Destructor.
virtual void Write (const void *data, size_t size)=0
 This will be used to output xml to an external source such as a file or stream.

Detailed Description

Interface for node printing (see Node::Print)

Definition at line 296 of file xml.h.


Member Function Documentation

virtual void Mezzanine::xml::Writer::Write ( const void *  data,
size_t  size 
) [pure virtual]

This will be used to output xml to an external source such as a file or stream.

Parameters:
dataThis is a pointer to something that will get written to the output
sizeThe size in bytes of whatever was passed in.

Implemented in Mezzanine::xml::WriterFile, and Mezzanine::xml::WriterStream.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines