|
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 <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) |
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 TPt< TSIn > | New () |
Private Member Functions | |
| TStdIn (const TStdIn &) | |
| TStdIn & | operator= (const TStdIn &) |
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 |
|
private |
| TStdIn::TStdIn | ( | ) |
|
inlinevirtual |
|
virtual |
|
inlinevirtual |
|
virtual |
Implements TSIn.
Definition at line 224 of file fl.cpp.
References FailR, and TStr::Fmt().

|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |