![]() |
Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
Serialization of a tricolor interface. More...
#include <Molecular_interfaces_oserialization.hpp>
Serialization | |
| template<class Archive > | |
| void | save (Archive &ar, const unsigned version) const |
| Serialize in an archive this data structure. More... | |
| template<class Archive > | |
| void | load (Archive &ar, const unsigned version) |
| Load a serialized data structure. More... | |
| BOOST_SERIALIZATION_SPLIT_MEMBER () | |
| Allow to save a data structure without requirement for loading it. More... | |
Constructors | |
| T_Tricolor_interface_oserialization (const TricolorInterface &interface) | |
| Constructor initializing the tricolor interface to be serialized. More... | |
Serialization of a tricolor interface.
| TricolorInterface | Model of a tricolor interface. |
|
inline |
Constructor initializing the tricolor interface to be serialized.
| BOOST_SERIALIZATION_SPLIT_MEMBER | ( | ) |
Allow to save a data structure without requirement for loading it.
| void load | ( | Archive & | ar, |
| const unsigned | version | ||
| ) |
Load a serialized data structure.
Cannot be used !
| void save | ( | Archive & | ar, |
| const unsigned | version | ||
| ) | const |
Serialize in an archive this data structure.