SNAP Library 2.2, Developer Reference
2014-03-11 19:15:55
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <fl.h>
Public Member Functions | |
TStdIn () | |
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 TPt< TSIn > | New () |
Private Member Functions | |
TStdIn (const TStdIn &) | |
TStdIn & | operator= (const TStdIn &) |
TStdIn::TStdIn | ( | const TStdIn & | ) | [private] |
TStdIn::TStdIn | ( | ) |
bool TStdIn::Eof | ( | ) | [inline, virtual] |
int TStdIn::GetBf | ( | const void * | LBf, |
const TSize & | LBfL | ||
) | [virtual] |
char TStdIn::GetCh | ( | ) | [inline, virtual] |
bool TStdIn::GetNextLnBf | ( | TChA & | LnChA | ) | [virtual] |
int TStdIn::Len | ( | ) | const [inline, virtual] |
static TPt<TSIn> TStdIn::New | ( | ) | [inline, static] |
char TStdIn::PeekCh | ( | ) | [inline, virtual] |
void TStdIn::Reset | ( | ) | [inline, virtual] |