| 
    Jpp 20.0.0-rc.3
    
   the software that should make you happy 
   | 
 
Auxiliary class for hash evaluation of map keys and elements. More...
#include <JHashMap.hh>
Public Types | |
| typedef double | value_type | 
| Type definition of time value.   | |
Public Member Functions | |
| JHashMapEvaluator (const JEvaluator_t &evaluator) | |
| Constructor.   | |
| template<class JKey_t , class JValue_t > | |
| int | operator() (const std::pair< JKey_t, JValue_t > &pair) | 
| Get hash value of given pair.   | |
Auxiliary class for hash evaluation of map keys and elements.
Definition at line 33 of file JHashMap.hh.
      
  | 
  inherited | 
Type definition of time value.
Definition at line 67 of file JMergeEvt.cc.
      
  | 
  inline | 
Constructor.
| evaluator | evaluator | 
Definition at line 43 of file JHashMap.hh.
      
  | 
  inline | 
Get hash value of given pair.
| pair | pair | 
Definition at line 55 of file JHashMap.hh.