SNAP Library 2.0, User Reference
2013-05-13 16:33:57
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <fl.h>
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) |
Private Member Functions | |
void | FlushBf () |
TFOut () | |
TFOut (const TFOut &) | |
TFOut & | operator= (const TFOut &) |
Private Attributes | |
TFileId | FileId |
char * | Bf |
TSize | BfL |
Static Private Attributes | |
static const TSize | MxBfL = 16*1024 |
TFOut::TFOut | ( | ) | [private] |
TFOut::TFOut | ( | const TFOut & | ) | [private] |
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] |
void TFOut::FlushBf | ( | ) | [private] |
TFileId TFOut::GetFileId | ( | ) | const [inline, virtual] |
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] |
int TFOut::PutCh | ( | const char & | Ch | ) | [virtual] |
TSize TFOut::BfL [private] |
TFileId TFOut::FileId [private] |
const TSize TFOut::MxBfL = 16*1024 [static, private] |