|
SNAP Library 3.0, Developer Reference
2016-07-20 17:56:49
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <dt.h>


Public Member Functions | |
| TMemIn (const TMem &_Mem, const int &_BfC=0) | |
| ~TMemIn () | |
| bool | Eof () |
| int | Len () const |
| char | GetCh () |
| char | PeekCh () |
| int | GetBf (const void *LBf, const TSize &LBfL) |
| void | Reset () |
| bool | GetNextLnBf (TChA &LnChA) |
Public Member Functions inherited from TSIn | |
| TSIn () | |
| TSIn (const TStr &Str) | |
| virtual | ~TSIn () |
| bool | IsFastMode () const |
| void | SetFastMode (const bool &_FastMode) |
| void | LoadCs () |
| void | LoadBf (const void *Bf, const TSize &BfL) |
| void * | LoadNewBf (const int &BfL) |
| void | Load (bool &Bool) |
| void | Load (uchar &UCh) |
| void | Load (char &Ch) |
| void | Load (short &Short) |
| void | Load (ushort &UShort) |
| void | Load (int &Int) |
| void | Load (uint &UInt) |
| void | Load (int64 &Int) |
| void | Load (uint64 &UInt) |
| void | Load (double &Flt) |
| void | Load (sdouble &SFlt) |
| void | Load (ldouble &LFlt) |
| void | Load (char *&CStr, const int &MxCStrLen, const int &CStrLen) |
| void | Load (char *&CStr) |
| TSIn & | operator>> (bool &Bool) |
| TSIn & | operator>> (uchar &UCh) |
| TSIn & | operator>> (char &Ch) |
| TSIn & | operator>> (short &Sh) |
| TSIn & | operator>> (ushort &USh) |
| TSIn & | operator>> (int &Int) |
| TSIn & | operator>> (uint &UInt) |
| TSIn & | operator>> (int64 &Int) |
| TSIn & | operator>> (uint64 &UInt) |
| TSIn & | operator>> (float &Flt) |
| TSIn & | operator>> (double &Double) |
| TSIn & | operator>> (long double &LDouble) |
| bool | GetNextLn (TStr &LnStr) |
| bool | GetNextLn (TChA &LnChA) |
Public Member Functions inherited from TSBase | |
| TSBase (const TSStr &Nm) | |
| virtual | ~TSBase () |
| virtual TStr | GetSNm () const |
Static Public Member Functions | |
| static PSIn | New (const TMem &Mem) |
| static PSIn | New (const PMem &Mem) |
Private Attributes | |
| PMem | Mem |
| const char * | Bf |
| int | BfC |
| int | BfL |
Additional Inherited Members | |
Static Public Attributes inherited from TSIn | |
| static const TPt< TSIn > | StdIn =PSIn(new TStdIn()) |
Protected Attributes inherited from TSBase | |
| TCRef | CRef |
| TSStr | SNm |
| TCs | Cs |
| TMemIn::TMemIn | ( | const TMem & | _Mem, |
| const int & | _BfC = 0 |
||
| ) |
|
inlinevirtual |
|
virtual |
|
inlinevirtual |
|
virtual |
Implements TSIn.
Definition at line 326 of file dt.cpp.
References FailR, and TStr::Fmt().

|
inlinevirtual |
Definition at line 165 of file dt.h.
References TMemIn().
Referenced by THttpRq::GetBodyAsSIn(), TMd5::GetMd5SigStr(), and TMd5Sig::TMd5Sig().


|
inlinevirtual |
|
inlinevirtual |
|
private |
|
private |
|
private |