Helper class to get some object information in runtime. More...
Static Public Member Functions | |
template<typename T > | |
static int | GetHashCode (SmartPtr< T > const &obj) |
Helper class to get some object information in runtime.
|
inlinestatic |
Gets hash code on arbitrary type. Calls Object::GetHashCode() to do so.
T | Type to get hash code for. |
obj | Object to get information from. |