SNAP Library 6.0, Developer Reference
2020-12-09 16:24:20
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <hashmp.h>
Public Member Functions | |
THashMPKeyDat () | |
THashMPKeyDat (const int &_HashCd, const TKey &_Key) | |
THashMPKeyDat (TSIn &SIn) | |
void | Save (TSOut &SOut) const |
bool | operator== (const THashMPKeyDat &HashKeyDat) const |
THashMPKeyDat & | operator= (const THashMPKeyDat &HashKeyDat) |
Public Attributes | |
TInt | HashCd |
TKey | Key |
TDat | Dat |
|
inline |
|
inline |
|
inlineexplicit |
|
inline |
Definition at line 31 of file hashmp.h.
References THashMPKeyDat< TKey, TDat >::Dat, THashMPKeyDat< TKey, TDat >::HashCd, and THashMPKeyDat< TKey, TDat >::Key.
|
inline |
Definition at line 27 of file hashmp.h.
References THashMPKeyDat< TKey, TDat >::Dat, THashMPKeyDat< TKey, TDat >::HashCd, and THashMPKeyDat< TKey, TDat >::Key.
|
inline |
Definition at line 24 of file hashmp.h.
References TInt::Save().
TDat THashMPKeyDat< TKey, TDat >::Dat |
TInt THashMPKeyDat< TKey, TDat >::HashCd |
Definition at line 14 of file hashmp.h.
Referenced by THashMPKeyDatI< TKey, TDat >::GetDat(), THashMPKeyDatI< TKey, TDat >::GetKey(), THashMP< TInt, TEdge >::GetPHashKeyDat(), THashMPKeyDatI< TKey, TDat >::operator--(), THashMPKeyDat< TKey, TDat >::operator=(), and THashMPKeyDat< TKey, TDat >::operator==().
TKey THashMPKeyDat< TKey, TDat >::Key |
Definition at line 15 of file hashmp.h.
Referenced by THashMPKeyDatI< TKey, TDat >::GetKey(), THashMP< TInt, TEdge >::GetKey(), THashMP< TInt, TEdge >::GetKeyDat(), THashMPKeyDat< TKey, TDat >::operator=(), and THashMPKeyDat< TKey, TDat >::operator==().