Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
T_Index_wrapper< IndexType, PrintedIndexType > Class Template Reference

Wrapper for indices where the IO dumping may be different from the index itself. More...

#include <Index_wrapper.hpp>

Detailed Description

template<class IndexType = std::size_t, class PrintedIndexType = std::size_t>
class SBL::IO::T_Index_wrapper< IndexType, PrintedIndexType >

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

Template Parameters
IndexTypetype of the index (long unsigned by default).
PrintedIndexTypetype of the printed index (long unsigned by default).