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 <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 339 of file ds.h.
References TKeyDat< TKey, TDat >::Key.
{return Key.GetPrimHashCd();}
int TKeyDat< TKey, TDat >::GetSecHashCd | ( | ) | const [inline] |
Definition at line 340 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 337 of file ds.h.
References TKeyDat< TKey, TDat >::Key.
TKeyDat& TKeyDat< TKey, TDat >::operator= | ( | const TKeyDat< TKey, TDat > & | KeyDat | ) | [inline] |
Definition at line 334 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 336 of file ds.h.
References TKeyDat< TKey, TDat >::Key.
Definition at line 330 of file ds.h.
References TKeyDat< TKey, TDat >::Dat, and TKeyDat< TKey, TDat >::Key.
Definition at line 323 of file ds.h.
Referenced by GetSwitchedKdV(), TCmpKeyDatByDat< TVal1, TVal2 >::operator()(), TKeyDat< TKey, TDat >::operator=(), and TKeyDat< TKey, TDat >::Save().
Definition at line 322 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().