|
SNAP Library 2.1, User Reference
2013-09-25 10:47:25
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <shash.h>
Public Member Functions | |
| THashSetKey () | |
| THashSetKey (const int &_Next, const int &_HashCd, const TKey &_Key) | |
| THashSetKey (TSIn &SIn) | |
| void | Save (TSOut &SOut) const |
| void | LoadXml (const PXmlTok &XmlTok, const TStr &Nm="") |
| void | SaveXml (TSOut &SOut, const TStr &Nm) const |
| THashSetKey & | operator= (const THashSetKey &SetKey) |
Public Attributes | |
| TInt | Next |
| TInt | HashCd |
| TKey | Key |
| THashSetKey< TKey >::THashSetKey | ( | ) | [inline] |
| THashSetKey< TKey >::THashSetKey | ( | const int & | _Next, |
| const int & | _HashCd, | ||
| const TKey & | _Key | ||
| ) | [inline] |
| THashSetKey< TKey >::THashSetKey | ( | TSIn & | SIn | ) | [inline, explicit] |
| void THashSetKey< TKey >::LoadXml | ( | const PXmlTok & | XmlTok, |
| const TStr & | Nm = "" |
||
| ) | [inline] |
| THashSetKey& THashSetKey< TKey >::operator= | ( | const THashSetKey< TKey > & | SetKey | ) | [inline] |
| void THashSetKey< TKey >::Save | ( | TSOut & | SOut | ) | const [inline] |
| void THashSetKey< TKey >::SaveXml | ( | TSOut & | SOut, |
| const TStr & | Nm | ||
| ) | const [inline] |
| TInt THashSetKey< TKey >::HashCd |
| TKey THashSetKey< TKey >::Key |
| TInt THashSetKey< TKey >::Next |