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 <hash.h>
Public Member Functions | |
PHash () | |
PHash (const int &MxVals, const int &Vals) | |
PHash (const THash< TKey, TDat > &_V) | |
PHash (TSIn &SIn) | |
void | Save (TSOut &SOut) const |
PHash< TKey, TDat > & | operator= (const PHash< TKey, TDat > &Vec) |
bool | operator== (const PHash< TKey, TDat > &Vec) const |
bool | operator< (const PHash< TKey, TDat > &Vec) const |
Static Public Member Functions | |
static TPt< PHash< TKey, TDat > > | New () |
static TPt< PHash< TKey, TDat > > | New (const int &MxVals, const int &Vals) |
static TPt< PHash< TKey, TDat > > | New (const THash< TKey, TDat > &H) |
static TPt< PHash< TKey, TDat > > | Load (TSIn &SIn) |
Public Attributes | |
THash< TKey, TDat > | H |
Private Attributes | |
TCRef | CRef |
Friends | |
class | TPt< PHash< TKey, TDat > > |
|
inline |
|
inline |
|
inlinestatic |
Definition at line 654 of file hash.h.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Definition at line 651 of file hash.h.