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 | |
TCmpPairByVal2 (const bool &AscSort=true) | |
bool | operator() (const TPair< TVal1, TVal2 > &P1, const TPair< TVal1, TVal2 > &P2) const |
Private Attributes | |
bool | IsAsc |
TCmpPairByVal2< TVal1, TVal2 >::TCmpPairByVal2 | ( | const bool & | AscSort = true | ) | [inline] |
bool TCmpPairByVal2< TVal1, TVal2 >::operator() | ( | const TPair< TVal1, TVal2 > & | P1, |
const TPair< TVal1, TVal2 > & | P2 | ||
) | const [inline] |
Definition at line 123 of file ds.h.
References TCmpPairByVal2< TVal1, TVal2 >::IsAsc, and TPair< TVal1, TVal2 >::Val2.
bool TCmpPairByVal2< TVal1, TVal2 >::IsAsc [private] |
Definition at line 120 of file ds.h.
Referenced by TCmpPairByVal2< TVal1, TVal2 >::operator()().