SNAP Library 2.2, User 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 | |
TTriple () | |
TTriple (const TTriple &Triple) | |
TTriple (const TVal1 &_Val1, const TVal2 &_Val2, const TVal3 &_Val3) | |
TTriple (TSIn &SIn) | |
void | Save (TSOut &SOut) const |
void | LoadXml (const PXmlTok &XmlTok, const TStr &Nm="") |
void | SaveXml (TSOut &SOut, const TStr &Nm) const |
TTriple & | operator= (const TTriple &Triple) |
bool | operator== (const TTriple &Triple) const |
bool | operator< (const TTriple &Triple) const |
int | GetPrimHashCd () const |
int | GetSecHashCd () const |
int | GetMemUsed () const |
void | GetVal (TVal1 &_Val1, TVal2 &_Val2, TVal3 &_Val3) const |
Public Attributes | |
TVal1 | Val1 |
TVal2 | Val2 |
TVal3 | Val3 |
int TTriple< TVal1, TVal2, TVal3 >::GetMemUsed | ( | ) | const [inline] |
int TTriple< TVal1, TVal2, TVal3 >::GetPrimHashCd | ( | ) | const [inline] |
Definition at line 155 of file ds.h.
{return TPairHashImpl::GetHashCd(TPairHashImpl::GetHashCd(Val1.GetPrimHashCd(), Val2.GetPrimHashCd()), Val3.GetPrimHashCd()); }
int TTriple< TVal1, TVal2, TVal3 >::GetSecHashCd | ( | ) | const [inline] |
Definition at line 156 of file ds.h.
{return TPairHashImpl::GetHashCd(TPairHashImpl::GetHashCd(Val2.GetSecHashCd(), Val3.GetSecHashCd()), Val1.GetSecHashCd()); }