COMBINATORIAL_BLAS  1.6
TwitterReadSaveHandler< IT > Class Template Reference

#include <TwitterEdge.h>

Public Member Functions

 TwitterReadSaveHandler ()
 
TwitterEdge getNoNum (IT row, IT col)
 
MPI_Datatype getMPIType ()
 
void binaryfill (FILE *rFile, IT &row, IT &col, TwitterEdge &val)
 
size_t entrylength ()
 
template<typename c , typename t >
TwitterEdge read (std::basic_istream< c, t > &is, IT row, IT col)
 
template<typename c , typename t >
void save (std::basic_ostream< c, t > &os, const TwitterEdge &tw, IT row, IT col)
 

Detailed Description

template<class IT>
class TwitterReadSaveHandler< IT >

Definition at line 77 of file TwitterEdge.h.

Constructor & Destructor Documentation

◆ TwitterReadSaveHandler()

template<class IT >
TwitterReadSaveHandler< IT >::TwitterReadSaveHandler ( )
inline

Definition at line 80 of file TwitterEdge.h.

Member Function Documentation

◆ binaryfill()

template<class IT >
void TwitterReadSaveHandler< IT >::binaryfill ( FILE *  rFile,
IT &  row,
IT &  col,
TwitterEdge val 
)
inline

Definition at line 88 of file TwitterEdge.h.

◆ entrylength()

template<class IT >
size_t TwitterReadSaveHandler< IT >::entrylength ( )
inline

Definition at line 98 of file TwitterEdge.h.

◆ getMPIType()

template<class IT >
MPI_Datatype TwitterReadSaveHandler< IT >::getMPIType ( )
inline

Definition at line 83 of file TwitterEdge.h.

◆ getNoNum()

template<class IT >
TwitterEdge TwitterReadSaveHandler< IT >::getNoNum ( IT  row,
IT  col 
)
inline

Definition at line 81 of file TwitterEdge.h.

◆ read()

template<class IT >
template<typename c , typename t >
TwitterEdge TwitterReadSaveHandler< IT >::read ( std::basic_istream< c, t > &  is,
IT  row,
IT  col 
)
inline

Definition at line 101 of file TwitterEdge.h.

◆ save()

template<class IT >
template<typename c , typename t >
void TwitterReadSaveHandler< IT >::save ( std::basic_ostream< c, t > &  os,
const TwitterEdge tw,
IT  row,
IT  col 
)
inline

Definition at line 138 of file TwitterEdge.h.


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