#include <xml-file-object.hpp>
Definition at line 56 of file xml-file-object.hpp.
Public Member Functions | |
| XMLFileObject () | |
| int | PersistToXMLFile (char *fname) |
| XMLFileObject::XMLFileObject | ( | ) |
| int XMLFileObject::PersistToXMLFile | ( | char * | fname | ) |
Send the object to an XML file named in the passed parameter.
| fname | pointer to a string representing the full pathname being written to. |
Definition at line 50 of file xml-file-object.cpp.
1.4.7