SNAP Library 3.0, User Reference
2016-07-20 17:56:49
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
This is the complete list of members for TSInOut, including all inherited members.
Clr()=0 | TSInOut | pure virtual |
CRef | TSBase | protected |
Cs | TSBase | protected |
DisableLnTrunc() | TSOut | inline |
EnableLnTrunc(const int &_MxLnLen) | TSOut | inline |
Eof()=0 | TSIn | pure virtual |
Flush()=0 | TSOut | pure virtual |
GetBf(const void *Bf, const TSize &BfL)=0 | TSIn | pure virtual |
GetCh()=0 | TSIn | pure virtual |
GetFileId() const | TSOut | inlinevirtual |
GetNextLn(TStr &LnStr) | TSIn | |
GetNextLn(TChA &LnChA) | TSIn | |
GetNextLnBf(TChA &LnChA)=0 | TSIn | pure virtual |
GetPos() const =0 | TSInOut | pure virtual |
GetSize() const =0 | TSInOut | pure virtual |
GetSNm() const | TSBase | virtual |
IsFastMode() const | TSIn | inline |
Len() const =0 | TSIn | pure virtual |
Load(bool &Bool) | TSIn | inline |
Load(uchar &UCh) | TSIn | inline |
Load(char &Ch) | TSIn | inline |
Load(short &Short) | TSIn | inline |
Load(ushort &UShort) | TSIn | inline |
Load(int &Int) | TSIn | inline |
Load(uint &UInt) | TSIn | inline |
Load(int64 &Int) | TSIn | inline |
Load(uint64 &UInt) | TSIn | inline |
Load(double &Flt) | TSIn | inline |
Load(sdouble &SFlt) | TSIn | inline |
Load(ldouble &LFlt) | TSIn | inline |
Load(char *&CStr, const int &MxCStrLen, const int &CStrLen) | TSIn | inline |
Load(char *&CStr) | TSIn | |
LoadBf(const void *Bf, const TSize &BfL) | TSIn | inline |
LoadCs() | TSIn | |
LoadNewBf(const int &BfL) | TSIn | inline |
MovePos(const int &DPos)=0 | TSInOut | pure virtual |
operator<<(const bool &Bool) | TSOut | inline |
operator<<(const uchar &UCh) | TSOut | inline |
operator<<(const char &Ch) | TSOut | inline |
operator<<(const short &Sh) | TSOut | inline |
operator<<(const ushort &USh) | TSOut | inline |
operator<<(const int &Int) | TSOut | inline |
operator<<(const uint &Int) | TSOut | inline |
operator<<(const int64 &Int) | TSOut | inline |
operator<<(const uint64 &UInt) | TSOut | inline |
operator<<(const float &Flt) | TSOut | inline |
operator<<(const double &Double) | TSOut | inline |
operator<<(const long double &LDouble) | TSOut | inline |
operator<<(const TSOutMnp &Mnp) | TSOut | inline |
operator<<(TSOut &(*FuncPt)(TSOut &)) | TSOut | inline |
operator<<(TSIn &SIn) | TSOut | |
operator<<(PSIn &SIn) | TSOut | inline |
operator=(const TSInOut &) | TSInOut | private |
operator>>(bool &Bool) | TSIn | inline |
operator>>(uchar &UCh) | TSIn | inline |
operator>>(char &Ch) | TSIn | inline |
operator>>(short &Sh) | TSIn | inline |
operator>>(ushort &USh) | TSIn | inline |
operator>>(int &Int) | TSIn | inline |
operator>>(uint &UInt) | TSIn | inline |
operator>>(int64 &Int) | TSIn | inline |
operator>>(uint64 &UInt) | TSIn | inline |
operator>>(float &Flt) | TSIn | inline |
operator>>(double &Double) | TSIn | inline |
operator>>(long double &LDouble) | TSIn | inline |
PeekCh()=0 | TSIn | pure virtual |
PutBf(const void *LBf, const TSize &LBfL)=0 | TSOut | pure virtual |
PutBool(const bool &Bool) | TSOut | |
PutCh(const char &Ch)=0 | TSOut | pure virtual |
PutCh(const char &Ch, const int &Chs) | TSOut | |
PutDosLn(const int &Lns=1) | TSOut | |
PutFlt(const double &Flt) | TSOut | |
PutFlt(const double &Flt, const char *FmtStr) | TSOut | |
PutIndent(const int &IndentLev=1) | TSOut | |
PutInt(const int &Int) | TSOut | |
PutInt(const int &Int, const char *FmtStr) | TSOut | |
PutLn(const int &Lns=1) | TSOut | |
PutMem(const TMem &Mem) | TSOut | |
PutSep(const int &NextStrLen=0) | TSOut | |
PutSepLn(const int &Lns=0) | TSOut | |
PutStr(const char *CStr) | TSOut | |
PutStr(const TChA &ChA) | TSOut | |
PutStr(const TStr &Str, const char *FmtStr) | TSOut | |
PutStr(const TStr &Str, const bool &ForceInLn=false) | TSOut | |
PutStrFmt(const char *FmtStr,...) | TSOut | |
PutStrFmtLn(const char *FmtStr,...) | TSOut | |
PutStrLn(const TStr &Str, const bool &ForceInLn=false) | TSOut | inline |
PutUInt(const uint &Int) | TSOut | |
PutUInt(const uint &Int, const char *FmtStr) | TSOut | |
Reset() | TSIn | inlinevirtual |
Save(const bool &Bool) | TSOut | inline |
Save(const char &Ch) | TSOut | inline |
Save(const uchar &UCh) | TSOut | inline |
Save(const short &Short) | TSOut | inline |
Save(const ushort &UShort) | TSOut | inline |
Save(const int &Int) | TSOut | inline |
Save(const uint &UInt) | TSOut | inline |
Save(const int64 &Int) | TSOut | inline |
Save(const uint64 &UInt) | TSOut | inline |
Save(const double &Flt) | TSOut | inline |
Save(const sdouble &SFlt) | TSOut | inline |
Save(const ldouble &LFlt) | TSOut | inline |
Save(const char *CStr, const TSize &CStrLen) | TSOut | inline |
Save(const char *CStr) | TSOut | |
Save(TSIn &SIn, const TSize &BfL=-1) | TSOut | |
Save(const PSIn &SIn, const TSize &BfL=-1) | TSOut | inline |
Save(const void *Bf, const TSize &BfL) | TSOut | inline |
SaveBf(const void *Bf, const TSize &BfL) | TSOut | inline |
SaveCs() | TSOut | inline |
SetFastMode(const bool &_FastMode) | TSIn | inline |
SetPos(const int &Pos)=0 | TSInOut | pure virtual |
SNm | TSBase | protected |
StdIn | TSIn | static |
StdOut | TSOut | static |
TPt< TSInOut > class | TSInOut | friend |
TSBase(const TSStr &Nm) | TSBase | inline |
TSIn() | TSIn | inline |
TSIn(const TStr &Str) | TSIn | |
TSInOut(const TSInOut &) | TSInOut | private |
TSInOut() | TSInOut | inline |
TSOut() | TSOut | inline |
TSOut(const TStr &Str) | TSOut | |
~TSBase() | TSBase | inlinevirtual |
~TSIn() | TSIn | inlinevirtual |
~TSInOut() | TSInOut | inlinevirtual |
~TSOut() | TSOut | inlinevirtual |