OverSim
|
#include <Comparator.h>
Public Member Functions | |
virtual | ~AbstractProxComparator () |
virtual int | compare (const Prox &lhs, const Prox &rhs) const =0 |
indicates which of the two given proximities is "better" |
Definition at line 276 of file Comparator.h.
|
inlinevirtual |
Definition at line 279 of file Comparator.h.
|
pure virtual |
indicates which of the two given proximities is "better"
lhs | first proximity value |
rhs | second proximity value |
Implemented in StdProxComparator.
Referenced by BaseKeySortedVector< LookupEntry >::add(), and BaseKeySortedVector< LookupEntry >::isAddable().