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 | |
TCmpKeyDatByDat (const bool &AscSort=true) | |
bool | operator() (const TKeyDat< TVal1, TVal2 > &P1, const TKeyDat< TVal1, TVal2 > &P2) const |
Private Attributes | |
bool | IsAsc |
TCmpKeyDatByDat< TVal1, TVal2 >::TCmpKeyDatByDat | ( | const bool & | AscSort = true | ) | [inline] |
bool TCmpKeyDatByDat< TVal1, TVal2 >::operator() | ( | const TKeyDat< TVal1, TVal2 > & | P1, |
const TKeyDat< TVal1, TVal2 > & | P2 | ||
) | const [inline] |
Definition at line 391 of file ds.h.
References TKeyDat< TKey, TDat >::Dat, and TCmpKeyDatByDat< TVal1, TVal2 >::IsAsc.
bool TCmpKeyDatByDat< TVal1, TVal2 >::IsAsc [private] |
Definition at line 388 of file ds.h.
Referenced by TCmpKeyDatByDat< TVal1, TVal2 >::operator()().