| 
    SNAP Library 2.2, Developer 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 | |
| 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 405 of file ds.h.
References TKeyDat< TKey, TDat >::Dat, and TCmpKeyDatByDat< TVal1, TVal2 >::IsAsc.
bool TCmpKeyDatByDat< TVal1, TVal2 >::IsAsc [private] | 
        
Definition at line 402 of file ds.h.
Referenced by TCmpKeyDatByDat< TVal1, TVal2 >::operator()().