| 
    Bridge++
    Ver. 2.0.4
    
   | 
 
base class for sort ordering More...
#include <sorter_alt.h>
  
Public Member Functions | |
| virtual | ~by_order () | 
| virtual bool | operator() (const double lhs, const double rhs) const =0 | 
| bool | operator() (const pair_t &lhs, const pair_t &rhs) const | 
| virtual | ~by_order () | 
| virtual bool | operator() (const T &lhs, const T &rhs) const =0 | 
| bool | operator() (const pair_t &lhs, const pair_t &rhs) const | 
base class for sort ordering
Definition at line 18 of file sorter.cpp.
      
  | 
  inlinevirtual | 
Definition at line 20 of file sorter.cpp.
      
  | 
  inlinevirtual | 
Definition at line 91 of file sorter_alt.h.
      
  | 
  pure virtual | 
Implemented in Sorter< T >::by_descend, Sorter< T >::by_ascend, Sorter< T >::by_abs_descend, and Sorter< T >::by_abs_ascend.
      
  | 
  inline | 
Definition at line 25 of file sorter.cpp.
      
  | 
  inline | 
Definition at line 96 of file sorter_alt.h.
      
  | 
  pure virtual | 
Implemented in Sorter< T >::by_descend, Sorter< T >::by_ascend, Sorter< T >::by_abs_descend, and Sorter< T >::by_abs_ascend.