SNAP Library 2.2, Developer Reference
2014-03-11 19:15:55
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 |
int TKeyDat< TKey, TDat >::GetPrimHashCd | ( | ) | const [inline] |
Definition at line 355 of file ds.h.
References TKeyDat< TKey, TDat >::Key.
{return Key.GetPrimHashCd();}
int TKeyDat< TKey, TDat >::GetSecHashCd | ( | ) | const [inline] |
Definition at line 356 of file ds.h.
References TKeyDat< TKey, TDat >::Key.
{return Key.GetSecHashCd();}
bool TKeyDat< TKey, TDat >::operator< | ( | const TKeyDat< TKey, TDat > & | KeyDat | ) | const [inline] |
Definition at line 353 of file ds.h.
References TKeyDat< TKey, TDat >::Key.
TKeyDat& TKeyDat< TKey, TDat >::operator= | ( | const TKeyDat< TKey, TDat > & | KeyDat | ) | [inline] |
Definition at line 350 of file ds.h.
References TKeyDat< TKey, TDat >::Dat, and TKeyDat< TKey, TDat >::Key.
bool TKeyDat< TKey, TDat >::operator== | ( | const TKeyDat< TKey, TDat > & | KeyDat | ) | const [inline] |
Definition at line 352 of file ds.h.
References TKeyDat< TKey, TDat >::Key.
Definition at line 346 of file ds.h.
References TKeyDat< TKey, TDat >::Dat, and TKeyDat< TKey, TDat >::Key.
Definition at line 339 of file ds.h.
Referenced by GetSwitchedKdV(), TCmpKeyDatByDat< TVal1, TVal2 >::operator()(), TKeyDat< TKey, TDat >::operator=(), and TKeyDat< TKey, TDat >::Save().
Definition at line 338 of file ds.h.
Referenced by TKeyDat< TKey, TDat >::GetPrimHashCd(), TKeyDat< TKey, TDat >::GetSecHashCd(), GetSwitchedKdV(), TGnuPlot::MakeExpBins(), TKeyDat< TKey, TDat >::operator<(), TKeyDat< TKey, TDat >::operator=(), TKeyDat< TKey, TDat >::operator==(), and TKeyDat< TKey, TDat >::Save().