#include <ManagedObject.h>
Public Member Functions | |
virtual | ~ManagedObject () |
Destructor. | |
virtual bool | writeXML (std::ostream &os, std::string path, std::string name)=0 |
Write out the object to the given stream in XML format. | |
virtual bool | writeFLAT (std::ostream &os, std::string path, std::string name)=0 |
Write out the object to the given stream in simple table format. |
Definition at line 25 of file ManagedObject.h.