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 <dt.h>
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] |
Definition at line 709 of file dt.h.
References TStrIn().
Referenced by TMd5::GetMd5SigStr(), THtmlLx::GetNoTag(), TXmlLx::GetPlainStrFromXmlStr(), THtmlLx::GetTokStrV(), TStr::IsFlt(), TStr::IsHexInt(), TStr::IsHexInt64(), TStr::IsInt(), TStr::IsInt64(), TStr::IsUInt(), TStr::IsUInt64(), TStr::IsWord(), TStr::IsWs(), TExp::LoadAndEvalExpL(), TExp::LoadTxt(), TBlobBs::PutBlob(), and TMd5Sig::TMd5Sig().
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] |