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 <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 THashMPKeyDat< TKey, TDat >::Dat, THashMPKeyDat< TKey, TDat >::HashCd, THashMPKeyDat< TKey, TDat >::Key, and TInt::Save().
TDat THashMPKeyDat< TKey, TDat >::Dat |
Definition at line 16 of file hashmp.h.
Referenced by THashMPKeyDatI< TKey, TDat >::GetDat(), THashMP< TInt, TEdge >::GetKeyDat(), THashMP< TInt, TEdge >::IsKeyGetDat(), THashMPKeyDat< TKey, TDat >::operator=(), THashMPKeyDat< TKey, TDat >::operator==(), THashMP< TInt, TEdge >::operator[](), and THashMPKeyDat< TKey, TDat >::Save().
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=(), THashMPKeyDat< TKey, TDat >::operator==(), and THashMPKeyDat< TKey, TDat >::Save().
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=(), THashMPKeyDat< TKey, TDat >::operator==(), and THashMPKeyDat< TKey, TDat >::Save().