| 
    SNAP Library 2.0, Developer Reference
    2013-05-13 16:33:57
    
   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 |