Class HashOperator

Inheritance Relationships

Derived Type

Class Documentation

class HashOperator

Subclassed by Azura::FNVHashOperator

Public Functions

virtual ~HashOperator()
HashOperator()
HashOperator(const HashOperator &other)
HashOperator(HashOperator &&other)
HashOperator &operator=(const HashOperator &other)
HashOperator &operator=(HashOperator &&other)
HashOperator(SizeType seed)
virtual SizeType evaluate(const void *bytes, U32 numBytes) const = 0
virtual SizeType evaluate(const char *bytes, U32 len) const = 0
virtual SizeType evaluate(const int &num) const = 0

Protected Attributes

SizeType mSeed = {2166136261}