|
SNAP Library , Developer Reference
2013-01-07 14:03:36
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] |
Definition at line 29 of file hash.h.
References THashKeyDat< TKey, TDat >::Dat, THashKeyDat< TKey, TDat >::HashCd, THashKeyDat< TKey, TDat >::Key, and THashKeyDat< TKey, TDat >::Next.
| bool THashKeyDat< TKey, TDat >::operator== | ( | const THashKeyDat< TKey, TDat > & | HashKeyDat | ) | const [inline] |
Definition at line 25 of file hash.h.
References THashKeyDat< TKey, TDat >::Dat, THashKeyDat< TKey, TDat >::HashCd, and THashKeyDat< TKey, TDat >::Key.
| void THashKeyDat< TKey, TDat >::Save | ( | TSOut & | SOut | ) | const [inline] |
Definition at line 20 of file hash.h.
References THashKeyDat< TKey, TDat >::Dat, THashKeyDat< TKey, TDat >::HashCd, THashKeyDat< TKey, TDat >::Key, THashKeyDat< TKey, TDat >::Next, and TInt::Save().

| void THashKeyDat< TKey, TDat >::SaveXml | ( | TSOut & | SOut, |
| const TStr & | Nm | ||
| ) | const |
| TDat THashKeyDat< TKey, TDat >::Dat |
Definition at line 12 of file hash.h.
Referenced by THashKeyDatI< TKey, TDat >::GetDat(), THash< TIntPr, TEdgeInfo >::GetKeyDat(), TStrHash< TDat, TStringPool, THashFunc >::GetKeyDat(), THash< TIntPr, TEdgeInfo >::IsKeyGetDat(), THashKeyDat< TKey, TDat >::operator=(), THashKeyDat< TKey, TDat >::operator==(), THash< TIntPr, TEdgeInfo >::operator[](), TStrHash< TDat, TStringPool, THashFunc >::operator[](), and THashKeyDat< TKey, TDat >::Save().
| TInt THashKeyDat< TKey, TDat >::HashCd |
Definition at line 10 of file hash.h.
Referenced by THashKeyDatI< TKey, TDat >::GetDat(), THash< TIntPr, TEdgeInfo >::GetHashKeyDat(), TStrHash< TDat, TStringPool, THashFunc >::GetHashKeyDat(), THashKeyDatI< TKey, TDat >::GetKey(), THashKeyDatI< TKey, TDat >::operator--(), THashKeyDat< TKey, TDat >::operator=(), THashKeyDat< TKey, TDat >::operator==(), THash< TKey, TDat, THashFunc >::Resize(), TStrHash< TDat, TStringPool, THashFunc >::Resize(), and THashKeyDat< TKey, TDat >::Save().
| TKey THashKeyDat< TKey, TDat >::Key |
Definition at line 11 of file hash.h.
Referenced by THashKeyDatI< TKey, TDat >::GetKey(), THash< TIntPr, TEdgeInfo >::GetKey(), THash< TIntPr, TEdgeInfo >::GetKeyDat(), TStrHash< TDat, TStringPool, THashFunc >::GetKeyDat(), TStrHash< TDat, TStringPool, THashFunc >::GetKeyOfs(), THashKeyDat< TKey, TDat >::operator=(), THashKeyDat< TKey, TDat >::operator==(), THash< TKey, TDat, THashFunc >::Resize(), TStrHash< TDat, TStringPool, THashFunc >::Resize(), and THashKeyDat< TKey, TDat >::Save().
| TInt THashKeyDat< TKey, TDat >::Next |
Definition at line 9 of file hash.h.
Referenced by THashKeyDat< TKey, TDat >::operator=(), THash< TKey, TDat, THashFunc >::Resize(), TStrHash< TDat, TStringPool, THashFunc >::Resize(), THashKeyDat< TKey, TDat >::Save(), and THash< TKey, TDat, THashFunc >::Sort().