XMLFileObject Class Reference

#include <xml-file-object.hpp>

List of all members.


Detailed Description

this is a base class that hopefully will allow derived classes the ability to persist themselves as XML files. The driving force here is to create a interchange format between this suite of library functions and objects and other applications.
Todo:
shit or get off the pot with this one. A decision needs to be made if this is actually going to get implemented.

Definition at line 56 of file xml-file-object.hpp.

Public Member Functions

 XMLFileObject ()
int PersistToXMLFile (char *fname)


Constructor & Destructor Documentation

XMLFileObject::XMLFileObject (  ) 

Non parametized constructor.

Definition at line 43 of file xml-file-object.cpp.

00044 {
00045 }


Member Function Documentation

int XMLFileObject::PersistToXMLFile ( char *  fname  ) 

Send the object to an XML file named in the passed parameter.

Parameters:
fname pointer to a string representing the full pathname being written to.

Definition at line 50 of file xml-file-object.cpp.

00050                                                  {
00051 }


The documentation for this class was generated from the following files:
Generated on Fri Mar 7 16:43:21 2008 for frpuniverse by  doxygen 1.4.7