| 
    SNAP Library 6.0, Developer Reference
    2020-12-09 16:24:20
    
   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 | ( | ) | 
| TFFileDesc::~TFFileDesc | ( | ) | 
      
  | 
  inline | 
| TStr TFFileDesc::GetFBase | ( | ) | const | 
| bool TFFileDesc::IsDir | ( | ) | const | 
      
  | 
  inlinestatic | 
      
  | 
  inlinestatic | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  friend |