Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kSize kObject_VHashCode ( kObject  object)
protected

Protected virtual method that calculates a hash code representing the object instance.

This method can be overridden in derived collection classes to support kObject_HashCode.

The purpose of this method is to generate a hash code that can be used with hash-based collections such as kMap.

Parameters
objectObject instance.
Returns
Hash code.