|
Jpp
|
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() (typename JClass< value_type >::argument_type first, typename JClass< value_type >::argument_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 55 of file JHashSet.hh.
|
inline |
|
inline |
Comparison of elements.
| first | first element |
| second | second element |
Definition at line 74 of file JHashSet.hh.
| JEvaluator_t JTOOLS::JHashSet< JElement_t, JEvaluator_t >::JComparator::getValue |
Function object for evaluation of element.
Definition at line 84 of file JHashSet.hh.
1.8.16