SNAP Library 2.0, User Reference
2013-05-13 16:33:57
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 |
THashKeyDat< TKey, TDat >::THashKeyDat | ( | ) | [inline] |
THashKeyDat< TKey, TDat >::THashKeyDat | ( | const int & | _Next, |
const int & | _HashCd, | ||
const TKey & | _Key | ||
) | [inline] |
THashKeyDat< TKey, TDat >::THashKeyDat | ( | TSIn & | SIn | ) | [inline, explicit] |
void THashKeyDat< TKey, TDat >::LoadXml | ( | const PXmlTok & | XmlTok, |
const TStr & | Nm = "" |
||
) |
THashKeyDat& THashKeyDat< TKey, TDat >::operator= | ( | const THashKeyDat< TKey, TDat > & | HashKeyDat | ) | [inline] |
bool THashKeyDat< TKey, TDat >::operator== | ( | const THashKeyDat< TKey, TDat > & | HashKeyDat | ) | const [inline] |
void THashKeyDat< TKey, TDat >::Save | ( | TSOut & | SOut | ) | const [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 |