SNAP Library 6.0, Developer Reference
2020-12-09 16:24:20
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 |
|
inline |
Definition at line 360 of file ds.h.
References TKeyDat< TKey, TDat >::Dat, and TKeyDat< TKey, TDat >::Key.
|
inline |
TDat TKeyDat< TKey, TDat >::Dat |
Definition at line 349 of file ds.h.
Referenced by TempMotifCounter::Count3TEdge2Node(), TempMotifCounter::Count3TEdgeTriads(), GetSwitchedKdV(), TCmpKeyDatByDat< TVal1, TVal2 >::operator()(), and TKeyDat< TKey, TDat >::operator=().
TKey TKeyDat< TKey, TDat >::Key |
Definition at line 348 of file ds.h.
Referenced by TempMotifCounter::Count3TEdge2Node(), TempMotifCounter::Count3TEdgeTriads(), GetSwitchedKdV(), TGnuPlot::MakeExpBins(), TKeyDat< TKey, TDat >::operator<(), TKeyDat< TKey, TDat >::operator=(), and TKeyDat< TKey, TDat >::operator==().