SNAP Library, Developer Reference
2012-10-15 15:06:59
SNAP, a general purpose network analysis and graph mining library
|
#include <ds.h>
Public Member Functions | |
TFRec (const TStr &FNm, const TFAccess &FAccess, const bool &CreateIfNo) | |
TFRec (const TFRec &) | |
TFRec & | operator= (const TFRec &) |
void | SetRecN (const int &RecN) |
int | GetRecN () |
int | GetRecs () |
void | GetHd (THd &Hd) |
void | PutHd (const THd &Hd) |
void | GetRec (TRec &Rec, const int &RecN=-1) |
void | PutRec (const TRec &Rec, const int &RecN=-1) |
Private Attributes | |
PFRnd | FRnd |
void TFRec< THd, TRec >::GetRec | ( | TRec & | Rec, |
const int & | RecN = -1 |
||
) | [inline] |
Definition at line 2401 of file ds.h.
References TFRec< THd, TRec >::FRnd.
{FRnd->GetRec(&Rec, RecN);}
Definition at line 2396 of file ds.h.
References TFRec< THd, TRec >::FRnd.
{return FRnd->GetRecN();}
Definition at line 2397 of file ds.h.
References TFRec< THd, TRec >::FRnd.
{return FRnd->GetRecs();}
TFRec& TFRec< THd, TRec >::operator= | ( | const TFRec< THd, TRec > & | ) |
void TFRec< THd, TRec >::PutRec | ( | const TRec & | Rec, |
const int & | RecN = -1 |
||
) | [inline] |
Definition at line 2402 of file ds.h.
References TFRec< THd, TRec >::FRnd.
{FRnd->PutRec(&Rec, RecN);}
Definition at line 2387 of file ds.h.
Referenced by TFRec< THd, TRec >::GetHd(), TFRec< THd, TRec >::GetRec(), TFRec< THd, TRec >::GetRecN(), TFRec< THd, TRec >::GetRecs(), TFRec< THd, TRec >::PutHd(), TFRec< THd, TRec >::PutRec(), and TFRec< THd, TRec >::SetRecN().