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 <hash.h>
Public Member Functions | |
THashKeyDat () | |
THashKeyDat (const int &_Next, const int &_HashCd, const TKey &_Key) | |
THashKeyDat (TSIn &SIn) | |
void | Save (TSOut &SOut) const |
void | LoadXml (const PXmlTok &XmlTok, const TStr &Nm="") |
void | SaveXml (TSOut &SOut, const TStr &Nm) const |
template<typename TDatFunctor > | |
void | LoadShM (TShMIn &ShMIn, TDatFunctor LoadDatFromShared) |
bool | operator== (const THashKeyDat &HashKeyDat) const |
THashKeyDat & | operator= (const THashKeyDat &HashKeyDat) |
Public Attributes | |
TInt | Next |
TInt | HashCd |
TKey | Key |
TDat | Dat |
|
inline |
|
inline |
|
inlineexplicit |
|
inline |
Definition at line 27 of file hash.h.
Referenced by THash< TKey, TDat, THashFunc >::TLoadTHKeyDatInitializer< TDatInitFn >::operator()().
void THashKeyDat< TKey, TDat >::LoadXml | ( | const PXmlTok & | XmlTok, |
const TStr & | Nm = "" |
||
) |
|
inline |
Definition at line 38 of file hash.h.
References THashKeyDat< TKey, TDat >::Dat, THashKeyDat< TKey, TDat >::HashCd, THashKeyDat< TKey, TDat >::Key, and THashKeyDat< TKey, TDat >::Next.
|
inline |
Definition at line 34 of file hash.h.
References THashKeyDat< TKey, TDat >::Dat, THashKeyDat< TKey, TDat >::HashCd, and THashKeyDat< TKey, TDat >::Key.
|
inline |
Definition at line 21 of file hash.h.
References TInt::Save().
void THashKeyDat< TKey, TDat >::SaveXml | ( | TSOut & | SOut, |
const TStr & | Nm | ||
) | const |
TDat THashKeyDat< TKey, TDat >::Dat |
Definition at line 13 of file hash.h.
Referenced by ProcessedGraph::assignWeights_undir(), THashKeyDatI< TKey, TDat >::GetDat(), THash< TPair, THash >::GetKeyDat(), TStrHash< TInt, TBigStrPool >::GetKeyDat(), THash< TPair, THash >::IsKeyGetDat(), THashKeyDat< TKey, TDat >::operator=(), THashKeyDat< TKey, TDat >::operator==(), THash< TPair, THash >::operator[](), and TStrHash< TInt, TBigStrPool >::operator[]().
TInt THashKeyDat< TKey, TDat >::HashCd |
Definition at line 11 of file hash.h.
Referenced by THashKeyDatI< TKey, TDat >::GetDat(), THash< TPair, THash >::GetHashKeyDat(), TStrHash< TInt, TBigStrPool >::GetHashKeyDat(), THashKeyDatI< TKey, TDat >::GetKey(), THashKeyDatI< TKey, TDat >::operator--(), THashKeyDat< TKey, TDat >::operator=(), THashKeyDat< TKey, TDat >::operator==(), THash< TKey, TDat, THashFunc >::Resize(), and TStrHash< TDat, TStringPool, THashFunc >::Resize().
TKey THashKeyDat< TKey, TDat >::Key |
Definition at line 12 of file hash.h.
Referenced by THashKeyDatI< TKey, TDat >::GetKey(), THash< TPair, THash >::GetKey(), THash< TPair, THash >::GetKeyDat(), TStrHash< TInt, TBigStrPool >::GetKeyDat(), TStrHash< TInt, TBigStrPool >::GetKeyOfs(), THashKeyDat< TKey, TDat >::operator=(), THashKeyDat< TKey, TDat >::operator==(), THash< TKey, TDat, THashFunc >::Resize(), and TStrHash< TDat, TStringPool, THashFunc >::Resize().
TInt THashKeyDat< TKey, TDat >::Next |
Definition at line 10 of file hash.h.
Referenced by THashKeyDat< TKey, TDat >::operator=(), THash< TKey, TDat, THashFunc >::Resize(), TStrHash< TDat, TStringPool, THashFunc >::Resize(), and THash< TKey, TDat, THashFunc >::Sort().