|
SNAP Library 4.1, Developer Reference
2018-07-26 16:30:42
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 697 of file hash.h.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
Definition at line 698 of file hash.h.
References PHash< TKey, TDat >::H, and THash< TKey, TDat, THashFunc >::Save().

Definition at line 685 of file hash.h.
Referenced by PHash< TKey, TDat >::New(), PHash< TKey, TDat >::operator<(), PHash< TKey, TDat >::operator=(), PHash< TKey, TDat >::operator==(), and PHash< TKey, TDat >::Save().