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 | |
TStdIn () | |
bool | Eof () |
int | Len () const |
char | GetCh () |
char | PeekCh () |
int | GetBf (const void *LBf, const TSize &LBfL) |
void | Reset () |
Static Public Member Functions | |
static TPt< TSIn > | New () |
TStdIn::TStdIn | ( | ) |
bool TStdIn::Eof | ( | ) | [inline, virtual] |
Implements TSIn.
int TStdIn::GetBf | ( | const void * | LBf, |
const TSize & | LBfL | ||
) | [virtual] |
Implements TSIn.
char TStdIn::GetCh | ( | ) | [inline, virtual] |
Implements TSIn.
int TStdIn::Len | ( | ) | const [inline, virtual] |
Implements TSIn.
static TPt<TSIn> TStdIn::New | ( | ) | [inline, static] |
char TStdIn::PeekCh | ( | ) | [inline, virtual] |
Implements TSIn.
void TStdIn::Reset | ( | ) | [inline, virtual] |
Reimplemented from TSIn.