Public Member Functions | |
void | loadFromBinary (const std::string &filename) |
Loads a Derived object from an binary file. | |
void | loadFromString (const std::string &str) |
Loads a Derived object from a string. | |
void | loadFromStringStream (std::istringstream &is) |
Loads a Derived object from a stream string. | |
void | loadFromText (const std::string &filename) |
Loads a Derived object from a text file. | |
void | loadFromXML (const std::string &filename, const std::string &tag_name) |
Loads a Derived object from an XML file. | |
void | saveToBinary (const std::string &filename) const |
Saves a Derived object as an binary file. | |
std::string | saveToString () const |
Saves a Derived object to a string. | |
void | saveToStringStream (std::stringstream &ss) const |
Saves a Derived object to a string stream. | |
void | saveToText (const std::string &filename) const |
Saves a Derived object as a text file. | |
void | saveToXML (const std::string &filename, const std::string &tag_name) const |
Saves a Derived object as an XML file. | |
Definition at line 16 of file serializable.hpp.