|
SNAP Library 2.0, User Reference
2013-05-13 16:33:57
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <dt.h>
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 () |
| bool | GetNextLnBf (TChA &LnChA) |
Static Public Member Functions | |
| static PSIn | New (const TMem &Mem) |
| static PSIn | New (const PMem &Mem) |
Private Attributes | |
| PMem | Mem |
| const char * | Bf |
| int | BfC |
| int | BfL |
| TMemIn::TMemIn | ( | const TMem & | _Mem, |
| const int & | _BfC = 0 |
||
| ) |
| TMemIn::~TMemIn | ( | ) | [inline] |
| bool TMemIn::Eof | ( | ) | [inline, virtual] |
| int TMemIn::GetBf | ( | const void * | LBf, |
| const TSize & | LBfL | ||
| ) | [virtual] |
| char TMemIn::GetCh | ( | ) | [inline, virtual] |
| bool TMemIn::GetNextLnBf | ( | TChA & | LnChA | ) | [virtual] |
| int TMemIn::Len | ( | ) | const [inline, virtual] |
| static PSIn TMemIn::New | ( | const TMem & | Mem | ) | [inline, static] |
| static PSIn TMemIn::New | ( | const PMem & | Mem | ) | [inline, static] |
| char TMemIn::PeekCh | ( | ) | [inline, virtual] |
| void TMemIn::Reset | ( | ) | [inline, virtual] |
const char* TMemIn::Bf [private] |
int TMemIn::BfC [private] |
int TMemIn::BfL [private] |
PMem TMemIn::Mem [private] |