#include <Hash.h>
Inherits ATSHashBase.
Inherited by ATSHash64FNV1a, and ATSHash64Sip24.
Public Member Functions | |
virtual uint64_t | get (void) const =0 |
virtual bool | operator== (const ATSHash64 &) const |
Definition at line 49 of file Hash.h.
virtual uint64_t ATSHash64::get | ( | void | ) | const [pure virtual] |
Implemented in ATSHash64FNV1a, and ATSHash64Sip24.
Referenced by ATSConsistentHash::insert(), ATSConsistentHash::lookup(), ATSConsistentHash::lookup_available(), and operator==().
bool ATSHash64::operator== | ( | const ATSHash64 & | other | ) | const [virtual] |