31 auto otherObject =
dynamic_cast<const DbAddressKey*
>(other);
The Abstractkey class is provide general hash function for all keys of Heart library....
The DbAddressKey class is implementation for calc hash key of DbAddress objects.
QString toString() const override
toString This method should be return the string implementation of this key.
unsigned int hash() const override
hash This method must be calc hash int32 code of source object.
bool equal(const AbstractKey *other) const override
equal This method must be make compare between current object and other.
bool isValid() const override
isValid This method check this key object to valid.
The DbAddress class use to work with database addresses. Database Address it is structure with 2 valu...
QString toString() const
toString This method return a string implementation fo this object.
friend bool operator==(const DbAddress &left, const DbAddress &other)
bool isValid() const
isValid This method check object for valid.
The QH namespace - QuasarApp Heart namespace. This namespace contains all classes of the Heart librar...
uint qHash(NodeCoonectionStatus status)
qHash - Simple hash function of NodeCoonectionStatus