Jpp
18.5.0
the software that should make you happy
|
Auxiliary class for ordering of objects in the set by the hash value. More...
#include <JHashSet.hh>
Public Member Functions | |
JComparator (const JEvaluator_t &evaluator=JEvaluator_t()) | |
Constructor. More... | |
bool | operator() (const value_type &first, const value_type &second) const |
Comparison of elements. More... | |
Public Attributes | |
JEvaluator_t | getValue |
Function object for evaluation of element. More... | |
Auxiliary class for ordering of objects in the set by the hash value.
Definition at line 50 of file JHashSet.hh.
|
inline |
Constructor.
evaluator | evaluator |
Definition at line 57 of file JHashSet.hh.
|
inline |
Comparison of elements.
first | first element |
second | second element |
Definition at line 69 of file JHashSet.hh.
JEvaluator_t JTOOLS::JHashSet< JElement_t, JEvaluator_t >::JComparator::getValue |
Function object for evaluation of element.
Definition at line 78 of file JHashSet.hh.