COMBINATORIAL_BLAS 1.6
 
Loading...
Searching...
No Matches
PairReadSaveHandler< IT, NT > Class Template Reference

Public Member Functions

 PairReadSaveHandler ()
 
pair< NT, NTgetNoNum (IT index)
 
template<typename c , typename t >
pair< NT, NTread (std::basic_istream< c, t > &is, IT index)
 
template<typename c , typename t >
void save (std::basic_ostream< c, t > &os, const pair< NT, NT > &pp, IT index)
 

Detailed Description

template<class IT, class NT>
class PairReadSaveHandler< IT, NT >

Definition at line 16 of file VectorIO.cpp.

Constructor & Destructor Documentation

◆ PairReadSaveHandler()

Definition at line 19 of file VectorIO.cpp.

Member Function Documentation

◆ getNoNum()

template<class IT , class NT >
pair< NT, NT > PairReadSaveHandler< IT, NT >::getNoNum ( IT  index)
inline

Definition at line 20 of file VectorIO.cpp.

◆ read()

template<class IT , class NT >
template<typename c , typename t >
pair< NT, NT > PairReadSaveHandler< IT, NT >::read ( std::basic_istream< c, t > &  is,
IT  index 
)
inline

Definition at line 24 of file VectorIO.cpp.

◆ save()

template<class IT , class NT >
template<typename c , typename t >
void PairReadSaveHandler< IT, NT >::save ( std::basic_ostream< c, t > &  os,
const pair< NT, NT > &  pp,
IT  index 
)
inline

Definition at line 33 of file VectorIO.cpp.


The documentation for this class was generated from the following file: