![]() |
Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
Serialization of a connected component of a molecular 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_Molecular_interface_connected_component_oserialization (const MolecularInterface &interface) | |
| Constructor initializing the interface to be serialized. More... | |
Serialization of a connected component of a molecular interface.
| MolecularInterface | Model of a molecular interface. |
|
inline |
Constructor initializing the interface to be serialized.
| BOOST_SERIALIZATION_SPLIT_MEMBER | ( | ) |
Allow to save a data structure without requirement for loading it.
|
inline |
Load a serialized data structure.
Cannot be used !
|
inline |
Serialize in an archive this data structure.