29 virtual unsigned int hash()
const = 0;
The Abstractkey class is provide general hash function for all keys of Heart library....
virtual bool equal(const AbstractKey *other) const =0
equal This method must be make compare between current object and other.
virtual ~AbstractKey()=default
virtual bool isValid() const =0
isValid This method check this key object to valid.
virtual QString toString() const =0
toString This method should be return the string implementation of this key.
virtual unsigned int hash() const =0
hash This method must be calc hash int32 code of source object.
#define HEARTSHARED_EXPORT
The QH namespace - QuasarApp Heart namespace. This namespace contains all classes of the Heart librar...