| 
    SNAP Library 2.0, Developer Reference
    2013-05-13 16:33:57
    
   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 153 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 154 of file ds.h.
{return TPairHashImpl::GetHashCd(TPairHashImpl::GetHashCd(Val2.GetSecHashCd(), Val3.GetSecHashCd()), Val1.GetSecHashCd()); }
Definition at line 129 of file ds.h.
Referenced by TSnap::TSnapDetail::TCNMQMatrix::FindMxQEdge(), TSnap::GenGeoPrefAttach(), TCnCom::GetDfsVisitor(), TTriple< TInt, TIntV, TVal >::GetMemUsed(), TTriple< TInt, TIntV, TVal >::GetPrimHashCd(), TTriple< TInt, TIntV, TVal >::GetSecHashCd(), TTriple< TInt, TIntV, TVal >::GetVal(), TSnap::TSnapDetail::TCNMQMatrix::MergeBestQ(), TKroneckerLL::MetroGibbsSampleNext(), TTriple< TInt, TIntV, TVal >::operator<(), TTriple< TInt, TIntV, TVal >::operator=(), TTriple< TInt, TIntV, TVal >::operator==(), TTriple< TInt, TIntV, TVal >::Save(), TAGMUtil::SaveBipartiteGephi(), and TAGMUtil::SaveGephi().
Definition at line 130 of file ds.h.
Referenced by TSnap::TSnapDetail::TCNMQMatrix::FindMxQEdge(), TSnap::GenGeoPrefAttach(), TCnCom::GetDfsVisitor(), TTriple< TInt, TIntV, TVal >::GetMemUsed(), TTriple< TInt, TIntV, TVal >::GetPrimHashCd(), TTriple< TInt, TIntV, TVal >::GetSecHashCd(), TTriple< TInt, TIntV, TVal >::GetVal(), TSnap::TSnapDetail::TCNMQMatrix::MergeBestQ(), TKroneckerLL::MetroGibbsSampleNext(), TCmpTripleByVal2< TVal1, TVal2, TVal3 >::operator()(), TTriple< TInt, TIntV, TVal >::operator<(), TTriple< TInt, TIntV, TVal >::operator=(), TTriple< TInt, TIntV, TVal >::operator==(), TTriple< TInt, TIntV, TVal >::Save(), TAGMUtil::SaveBipartiteGephi(), and TAGMUtil::SaveGephi().
Definition at line 131 of file ds.h.
Referenced by TSnap::TSnapDetail::TCNMQMatrix::FindMxQEdge(), TSnap::GenGeoPrefAttach(), TCnCom::GetDfsVisitor(), TTriple< TInt, TIntV, TVal >::GetMemUsed(), TTriple< TInt, TIntV, TVal >::GetPrimHashCd(), TTriple< TInt, TIntV, TVal >::GetSecHashCd(), TTriple< TInt, TIntV, TVal >::GetVal(), TSnap::TSnapDetail::TCNMQMatrix::MergeBestQ(), TKroneckerLL::MetroGibbsSampleNext(), TCmpTripleByVal3< TVal1, TVal2, TVal3 >::operator()(), TTriple< TInt, TIntV, TVal >::operator<(), TTriple< TInt, TIntV, TVal >::operator=(), TTriple< TInt, TIntV, TVal >::operator==(), TTriple< TInt, TIntV, TVal >::Save(), TAGMUtil::SaveBipartiteGephi(), and TAGMUtil::SaveGephi().