|
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 | |
| TStrIn (const TStr &_Str) | |
| ~TStrIn () | |
| 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 TStr &Str) |
| TStrIn::TStrIn | ( | const TStr & | _Str | ) |
| TStrIn::~TStrIn | ( | ) | [inline] |
| bool TStrIn::Eof | ( | ) | [inline, virtual] |
Implements TSIn.
| int TStrIn::GetBf | ( | const void * | LBf, |
| const TSize & | LBfL | ||
| ) | [virtual] |
Implements TSIn.
| char TStrIn::GetCh | ( | ) | [inline, virtual] |
Implements TSIn.
| int TStrIn::Len | ( | ) | const [inline, virtual] |
Implements TSIn.
| static PSIn TStrIn::New | ( | const TStr & | Str | ) | [inline, static] |
| char TStrIn::PeekCh | ( | ) | [inline, virtual] |
Implements TSIn.
| void TStrIn::Reset | ( | ) | [inline, virtual] |
Reimplemented from TSIn.