Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
T_Bicolor_interface_oserialization< BicolorInterface > Class Template Reference

Serialization of a bicolor 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.
template<class Archive>
void load (Archive &ar, const unsigned version)
 Load a serialized data structure.
 BOOST_SERIALIZATION_SPLIT_MEMBER ()
 Allow to save a data structure without requirement for loading it.

Constructors

 T_Bicolor_interface_oserialization (const BicolorInterface &interface)
 Constructor initializing the bicolor interface to be serialized.

Detailed Description

template<class BicolorInterface>
class SBL::CSB::T_Bicolor_interface_oserialization< BicolorInterface >

Serialization of a bicolor interface.

Template Parameters
BicolorInterfaceModel of a bicolor interface.

Constructor & Destructor Documentation

◆ T_Bicolor_interface_oserialization()

template<class BicolorInterface>
T_Bicolor_interface_oserialization ( const BicolorInterface & interface)
inline

Constructor initializing the bicolor interface to be serialized.

Member Function Documentation

◆ BOOST_SERIALIZATION_SPLIT_MEMBER()

template<class BicolorInterface>
BOOST_SERIALIZATION_SPLIT_MEMBER ( )

Allow to save a data structure without requirement for loading it.

◆ load()

template<class BicolorInterface>
template<class Archive>
void load ( Archive & ar,
const unsigned version )

Load a serialized data structure.

Cannot be used !

◆ save()

template<class BicolorInterface>
template<class Archive>
void save ( Archive & ar,
const unsigned version ) const

Serialize in an archive this data structure.