SNAP Library, User Reference  2012-10-02 12:56:23
SNAP, a general purpose network analysis and graph mining library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
TFOut Class Reference

Inherits TSOut.

List of all members.

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)

Constructor & Destructor Documentation

TFOut::TFOut ( const TStr _FNm,
const bool &  Append = false 
)
TFOut::TFOut ( const TStr _FNm,
const bool &  Append,
bool &  OpenedP 
)

Member Function Documentation

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.


The documentation for this class was generated from the following files: