|
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 | |
| TPair () | |
| TPair (const TPair &Pair) | |
| TPair (const TVal1 &_Val1, const TVal2 &_Val2) | |
| TPair (TSIn &SIn) | |
| void | Save (TSOut &SOut) const |
| void | Load (TSIn &SIn) |
| void | LoadXml (const PXmlTok &XmlTok, const TStr &Nm="") |
| void | SaveXml (TSOut &SOut, const TStr &Nm) const |
| TPair & | operator= (const TPair &Pair) |
| bool | operator== (const TPair &Pair) const |
| bool | operator< (const TPair &Pair) const |
| int | GetMemUsed () const |
| int | GetPrimHashCd () const |
| int | GetSecHashCd () const |
| void | GetVal (TVal1 &_Val1, TVal2 &_Val2) const |
| const TVal1 & | GetVal1 () const |
| const TVal2 & | GetVal2 () const |
| TStr | GetStr () const |
Public Attributes | |
| TVal1 | Val1 |
| TVal2 | Val2 |
| int TPair< TVal1, TVal2 >::GetMemUsed | ( | ) | const [inline] |
| int TPair< TVal1, TVal2 >::GetPrimHashCd | ( | ) | const [inline] |
Definition at line 56 of file ds.h.
{return TPairHashImpl::GetHashCd(Val1.GetPrimHashCd(), Val2.GetPrimHashCd()); }
| int TPair< TVal1, TVal2 >::GetSecHashCd | ( | ) | const [inline] |
Definition at line 57 of file ds.h.
{return TPairHashImpl::GetHashCd(Val2.GetSecHashCd(), Val1.GetSecHashCd()); }