Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
Wrapper for indices where the IO dumping may be different from the index itself. More...
#include <Index_wrapper.hpp>
Constructors | |
T_Index_wrapper (void) | |
T_Index_wrapper (const Self &other) | |
T_Index_wrapper (const Index_type &index) | |
Self & | operator= (const Index_type &index) |
I/O | |
template<class Archive > | |
void | save (Archive &ar, const unsigned BOOST_PFTO int version) const |
template<class Archive > | |
void | load (Archive &ar, const unsigned BOOST_PFTO int version) |
Wrapper for indices where the IO dumping may be different from the index itself.
Wrapper for indices where the IO dumping may be different from the index itself
IndexType | type of the index (long unsigned by default). |
PrintedIndexType | type of the printed index (long unsigned by default). |