|
SNAP Library 2.1, User Reference
2013-09-25 10:47:25
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <dt.h>
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 () |
| bool | GetNextLnBf (TChA &LnChA) |
Static Public Member Functions | |
| static PSIn | New (const TStr &Str) |
Private Member Functions | |
| TStrIn () | |
| TStrIn (const TStrIn &) | |
| TStrIn & | operator= (const TStrIn &) |
Private Attributes | |
| TStr | Str |
| char * | Bf |
| int | BfC |
| int | BfL |
| TStrIn::TStrIn | ( | ) | [private] |
| TStrIn::TStrIn | ( | const TStrIn & | ) | [private] |
| TStrIn::TStrIn | ( | const TStr & | _Str | ) |
| TStrIn::~TStrIn | ( | ) | [inline] |
| bool TStrIn::Eof | ( | ) | [inline, virtual] |
| int TStrIn::GetBf | ( | const void * | LBf, |
| const TSize & | LBfL | ||
| ) | [virtual] |
| char TStrIn::GetCh | ( | ) | [inline, virtual] |
| bool TStrIn::GetNextLnBf | ( | TChA & | LnChA | ) | [virtual] |
| int TStrIn::Len | ( | ) | const [inline, virtual] |
| static PSIn TStrIn::New | ( | const TStr & | Str | ) | [inline, static] |
| char TStrIn::PeekCh | ( | ) | [inline, virtual] |
| void TStrIn::Reset | ( | ) | [inline, virtual] |
char* TStrIn::Bf [private] |
int TStrIn::BfC [private] |
int TStrIn::BfL [private] |
TStr TStrIn::Str [private] |