|
SNAP Library 2.1, User Reference
2013-09-25 10:47:25
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] |