SNAP Library 6.0, User 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 |
void THashKeyDat< TKey, TDat >::LoadXml | ( | const PXmlTok & | XmlTok, |
const TStr & | Nm = "" |
||
) |
|
inline |
|
inline |
|
inline |
void THashKeyDat< TKey, TDat >::SaveXml | ( | TSOut & | SOut, |
const TStr & | Nm | ||
) | const |
TDat THashKeyDat< TKey, TDat >::Dat |
TInt THashKeyDat< TKey, TDat >::HashCd |
TKey THashKeyDat< TKey, TDat >::Key |
TInt THashKeyDat< TKey, TDat >::Next |