SNAP Library 2.3, User Reference
2014-06-16 11:58:46
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <fds.h>
Public Types | |
typedef TPt< TFHashKey< TKey, TFDat, TVDat > > | PFHashKey |
typedef TFHash< TKey, TFDat, TVDat > | THash |
Public Member Functions | |
TFHashKey () | |
TFHashKey (const TBlobPt &_Next, const TKey &_Key, const TFDat &_FDat, const TBlobPt &_VDatBPt=TBlobPt()) | |
~TFHashKey () | |
TFHashKey (TSIn &SIn) | |
void | Save (TSOut &SOut) |
TFHashKey & | operator= (const TFHashKey &FHashKey) |
int | GetMemUsed () const |
void | PutModified (const bool &_Modified) |
void | OnDelFromCache (const TBlobPt &BlobPt, void *RefToBs) |
Static Public Member Functions | |
static PFHashKey | Load (TSIn &SIn) |
Public Attributes | |
TBlobPt | Next |
TKey | Key |
TFDat | FDat |
TBlobPt | VDatBPt |
Private Attributes | |
TCRef | CRef |
bool | Modified |
Friends | |
class | TPt< TFHashKey< TKey, TFDat, TVDat > > |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
void TFHashKey< TKey, TFDat, TVDat >::OnDelFromCache | ( | const TBlobPt & | BlobPt, |
void * | RefToBs | ||
) |
Definition at line 52 of file fds.h.
|
inline |
|
inline |
|
inline |
TFDat TFHashKey< TKey, TFDat, TVDat >::FDat |
TKey TFHashKey< TKey, TFDat, TVDat >::Key |
|
private |