| 
    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 
   | 
  
  
  
 
Compares the triple by the third value. More...
#include <ds.h>
Public Member Functions | |
| TCmpTripleByVal3 (const bool &AscSort=true) | |
| bool | operator() (const TTriple< TVal1, TVal2, TVal3 > &T1, const TTriple< TVal1, TVal2, TVal3 > &T2) const | 
Private Attributes | |
| bool | IsAsc | 
Compares the triple by the third value.
| TCmpTripleByVal3< TVal1, TVal2, TVal3 >::TCmpTripleByVal3 | ( | const bool & | AscSort = true | ) |  [inline] | 
        
| bool TCmpTripleByVal3< TVal1, TVal2, TVal3 >::operator() | ( | const TTriple< TVal1, TVal2, TVal3 > & | T1, | 
| const TTriple< TVal1, TVal2, TVal3 > & | T2 | ||
| ) |  const [inline] | 
        
Definition at line 203 of file ds.h.
References TCmpTripleByVal3< TVal1, TVal2, TVal3 >::IsAsc, and TTriple< TVal1, TVal2, TVal3 >::Val3.
bool TCmpTripleByVal3< TVal1, TVal2, TVal3 >::IsAsc [private] | 
        
Definition at line 200 of file ds.h.
Referenced by TCmpTripleByVal3< TVal1, TVal2, TVal3 >::operator()().