|
SNAP Library, User Reference
2012-10-02 12:56:23
SNAP, a general purpose network analysis and graph mining library
|
Inherits TSIn.
Public Member Functions | |
| TMemIn (const TMem &_Mem, const int &_BfC=0) | |
| ~TMemIn () | |
| bool | Eof () |
| int | Len () const |
| char | GetCh () |
| char | PeekCh () |
| int | GetBf (const void *LBf, const TSize &LBfL) |
| void | Reset () |
Static Public Member Functions | |
| static PSIn | New (const TMem &Mem) |
| static PSIn | New (const PMem &Mem) |
| TMemIn::TMemIn | ( | const TMem & | _Mem, |
| const int & | _BfC = 0 |
||
| ) |
| TMemIn::~TMemIn | ( | ) | [inline] |
| bool TMemIn::Eof | ( | ) | [inline, virtual] |
Implements TSIn.
| int TMemIn::GetBf | ( | const void * | LBf, |
| const TSize & | LBfL | ||
| ) | [virtual] |
Implements TSIn.
| char TMemIn::GetCh | ( | ) | [inline, virtual] |
Implements TSIn.
| int TMemIn::Len | ( | ) | const [inline, virtual] |
Implements TSIn.
| static PSIn TMemIn::New | ( | const TMem & | Mem | ) | [inline, static] |
| static PSIn TMemIn::New | ( | const PMem & | Mem | ) | [inline, static] |
| char TMemIn::PeekCh | ( | ) | [inline, virtual] |
Implements TSIn.
| void TMemIn::Reset | ( | ) | [inline, virtual] |
Reimplemented from TSIn.