SNAP Library 3.0, User Reference
2016-07-20 17:56:49
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 |
bool | operator== (const THashKeyDat &HashKeyDat) const |
THashKeyDat & | operator= (const THashKeyDat &HashKeyDat) |
Public Attributes | |
TInt | Next |
TInt | HashCd |
TKey | Key |
TDat | Dat |
|
inline |
|
inline |
|
inlineexplicit |
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 |