SNAP Library , Developer Reference
2013-01-07 14:03:36
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <fl.h>
Public Member Functions | |
TSBase (const TSStr &Nm) | |
virtual | ~TSBase () |
virtual TStr | GetSNm () const |
Protected Attributes | |
TCRef | CRef |
TSStr | SNm |
TCs | Cs |
TSBase::TSBase | ( | const TSStr & | Nm | ) | [inline] |
virtual TSBase::~TSBase | ( | ) | [inline, virtual] |
TStr TSBase::GetSNm | ( | ) | const [virtual] |
Definition at line 20 of file fl.cpp.
References TSStr::CStr(), and SNm.
Referenced by TXmlLx::EThrow(), TZipIn::FillBf(), TFIn::FillBf(), TZipOut::Flush(), TFOut::Flush(), TZipOut::FlushBf(), TFOut::FlushBf(), TFIn::GetFLen(), TFInOut::GetFNm(), TFIn::GetFPos(), TXmlLx::GetFPosStr(), TILx::GetFPosStr(), TSIn::Load(), TSIn::LoadCs(), TKeyDatFl< TKey, TDat, THashFunc >::LoadDatV(), TKeyDatFl< TKey, TDat, THashFunc >::LoadHash(), TKeyDatFl< TKey, TDat, THashFunc >::LoadKeyV(), TSOut::Save(), TFIn::SetFPos(), TFIn::~TFIn(), and TFOut::~TFOut().
TCRef TSBase::CRef [protected] |
TCs TSBase::Cs [protected] |
Definition at line 44 of file fl.h.
Referenced by TSIn::Load(), TSIn::LoadBf(), TSIn::LoadCs(), TSIn::LoadNewBf(), TSOut::operator<<(), TSIn::operator>>(), TSOut::PutCh(), TSOut::PutDosLn(), TSOut::PutLn(), TSOut::PutSep(), TSOut::PutSepLn(), TSOut::PutStr(), TSOut::PutStrLn(), TMemIn::Reset(), TStdIn::Reset(), TFIn::Reset(), TChAIn::Reset(), TMIn::Reset(), TStrIn::Reset(), TSOut::Save(), TSOut::SaveBf(), TSOut::SaveCs(), and TSOut::UpdateLnLen().
TSStr TSBase::SNm [protected] |