|
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 <ds.h>
Public Member Functions | |
| TKeyDat () | |
| TKeyDat (const TKeyDat &KeyDat) | |
| TKeyDat (const TKey &_Key) | |
| TKeyDat (const TKey &_Key, const TDat &_Dat) | |
| TKeyDat (TSIn &SIn) | |
| void | Save (TSOut &SOut) const |
| void | LoadXml (const PXmlTok &XmlTok, const TStr &Nm="") |
| void | SaveXml (TSOut &SOut, const TStr &Nm) const |
| TKeyDat & | operator= (const TKeyDat &KeyDat) |
| bool | operator== (const TKeyDat &KeyDat) const |
| bool | operator< (const TKeyDat &KeyDat) const |
| int | GetPrimHashCd () const |
| int | GetSecHashCd () const |
Public Attributes | |
| TKey | Key |
| TDat | Dat |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| TDat TKeyDat< TKey, TDat >::Dat |
| TKey TKeyDat< TKey, TDat >::Key |