|
SNAP Library 3.0, Developer Reference
2016-07-20 17:56:49
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <shash.h>
Public Member Functions | |
| TSHashKeyDat () | |
| TSHashKeyDat (const TKey &_Key) | |
| TSHashKeyDat (const TKey &_Key, const TDat &_Dat) | |
| TSHashKeyDat (const TSHashKeyDat &HashKeyDat) | |
| TSHashKeyDat (TSIn &SIn) | |
| void | Save (TSOut &SOut) const |
| TSHashKeyDat & | operator= (const TSHashKeyDat &HashKeyDat) |
| bool | operator== (const TSHashKeyDat &HashKeyDat) const |
| bool | operator< (const TSHashKeyDat &HashKeyDat) const |
| int | Hash () const |
Public Attributes | |
| TKey | Key |
| TDat | Dat |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
Definition at line 463 of file shash.h.
References TSHashKeyDat< TKey, TDat >::Dat, and TSHashKeyDat< TKey, TDat >::Key.
|
inline |
|
inline |
Definition at line 462 of file shash.h.
References TSHashKeyDat< TKey, TDat >::Dat, and TSHashKeyDat< TKey, TDat >::Key.
| TDat TSHashKeyDat< TKey, TDat >::Dat |
Definition at line 455 of file shash.h.
Referenced by TSparseHash< TKey, TDat, GroupSize >::GetKeyDat(), TSHashKeyDat< TKey, TDat >::operator=(), and TSHashKeyDat< TKey, TDat >::Save().
| TKey TSHashKeyDat< TKey, TDat >::Key |
Definition at line 454 of file shash.h.
Referenced by TSparseHash< TKey, TDat, GroupSize >::GetKeyDat(), TSHashKeyDat< TKey, TDat >::Hash(), TSHashKeyDat< TKey, TDat >::operator<(), TSHashKeyDat< TKey, TDat >::operator=(), TSHashKeyDat< TKey, TDat >::operator==(), and TSHashKeyDat< TKey, TDat >::Save().