|
SNAP Library 3.0, User Reference
2016-07-20 17:56:49
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 |