Bridge++
Version 1.5.4
|
base class for sort ordering More...
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 |
base class for sort ordering
Definition at line 18 of file sorter.cpp.
|
inlinevirtual |
Definition at line 20 of file sorter.cpp.
|
pure virtual |
Implemented in Sorter::by_descend, Sorter::by_ascend, Sorter::by_abs_descend, and Sorter::by_abs_ascend.
Definition at line 25 of file sorter.cpp.