SNAP Library, User Reference
2012-10-02 12:56:23
SNAP, a general purpose network analysis and graph mining library
|
Inherits TSOut.
Public Member Functions | |
TFOut (const TStr &_FNm, const bool &Append=false) | |
TFOut (const TStr &_FNm, const bool &Append, bool &OpenedP) | |
~TFOut () | |
int | PutCh (const char &Ch) |
int | PutBf (const void *LBf, const TSize &LBfL) |
void | Flush () |
TFileId | GetFileId () const |
Static Public Member Functions | |
static PSOut | New (const TStr &FNm, const bool &Append=false) |
static PSOut | New (const TStr &FNm, const bool &Append, bool &OpenedP) |
TFOut::TFOut | ( | const TStr & | _FNm, |
const bool & | Append = false |
||
) |
TFOut::TFOut | ( | const TStr & | _FNm, |
const bool & | Append, | ||
bool & | OpenedP | ||
) |
TFOut::~TFOut | ( | ) |
void TFOut::Flush | ( | ) | [virtual] |
Implements TSOut.
TFileId TFOut::GetFileId | ( | ) | const [inline, virtual] |
Reimplemented from TSOut.
PSOut TFOut::New | ( | const TStr & | FNm, |
const bool & | Append = false |
||
) | [static] |
PSOut TFOut::New | ( | const TStr & | FNm, |
const bool & | Append, | ||
bool & | OpenedP | ||
) | [static] |
int TFOut::PutBf | ( | const void * | LBf, |
const TSize & | LBfL | ||
) | [virtual] |
Implements TSOut.
int TFOut::PutCh | ( | const char & | Ch | ) | [virtual] |
Implements TSOut.