#include <multicontact-api/serialization/archive.hpp>
|
void | loadFromText (const std::string &filename) |
| Loads a Derived object from a text file.
|
|
void | saveAsText (const std::string &filename) const |
| Saved a Derived object as a text file.
|
|
void | loadFromXML (const std::string &filename, const std::string &tag_name) |
| Loads a Derived object from an XML file.
|
|
void | saveAsXML (const std::string &filename, const std::string &tag_name) const |
| Saved a Derived object as an XML file.
|
|
void | loadFromBinary (const std::string &filename) |
| Loads a Derived object from an binary file.
|
|
void | saveAsBinary (const std::string &filename) const |
| Saved a Derived object as an binary file.
|
|
◆ loadFromBinary()
Loads a Derived object from an binary file.
◆ loadFromText()
Loads a Derived object from a text file.
◆ loadFromXML()
Loads a Derived object from an XML file.
◆ saveAsBinary()
Saved a Derived object as an binary file.
◆ saveAsText()
Saved a Derived object as a text file.
◆ saveAsXML()
Saved a Derived object as an XML file.
The documentation for this struct was generated from the following file: