|
SNAP Library 2.3, User Reference
2014-06-16 11:58:46
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 |