SNAP Library 2.1, Developer Reference
2013-09-25 10:47:25
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <xfl.h>
Public Member Functions | |
TFFileDesc () | |
~TFFileDesc () | |
TFFileDesc (TSIn &) | |
void | Save (TSOut &) |
TFFileDesc & | operator= (const TFFileDesc &) |
TStr | GetFBase () const |
bool | IsDir () const |
Static Public Member Functions | |
static PFFileDesc | New () |
static PFFileDesc | Load (TSIn &SIn) |
Public Attributes | |
DIR * | FDesc |
dirent * | DirEnt |
Private Attributes | |
TCRef | CRef |
Friends | |
class | TPt< TFFileDesc > |
TFFileDesc::TFFileDesc | ( | TSIn & | ) | [inline] |
TStr TFFileDesc::GetFBase | ( | ) | const |
bool TFFileDesc::IsDir | ( | ) | const |
static PFFileDesc TFFileDesc::Load | ( | TSIn & | SIn | ) | [inline, static] |
Definition at line 19 of file xfl.h.
{return new TFFileDesc(SIn);}
static PFFileDesc TFFileDesc::New | ( | ) | [inline, static] |
Definition at line 16 of file xfl.h.
{return PFFileDesc(new TFFileDesc());}
TFFileDesc& TFFileDesc::operator= | ( | const TFFileDesc & | ) | [inline] |
void TFFileDesc::Save | ( | TSOut & | ) | [inline] |
friend class TPt< TFFileDesc > [friend] |
TCRef TFFileDesc::CRef [private] |
dirent* TFFileDesc::DirEnt |
DIR* TFFileDesc::FDesc |