Blender V2.61 - r43446
|
#include <KX_HashedPtr.h>
Public Member Functions | |
CHashedPtr (void *val) | |
unsigned int | hash () const |
Friends | |
bool | operator== (const CHashedPtr &rhs, const CHashedPtr &lhs) |
Definition at line 41 of file KX_HashedPtr.h.
CHashedPtr::CHashedPtr | ( | void * | val | ) |
Definition at line 54 of file KX_HashedPtr.cpp.
unsigned int CHashedPtr::hash | ( | ) | const |
Definition at line 60 of file KX_HashedPtr.cpp.
References KX_Hash().
bool operator== | ( | const CHashedPtr & | rhs, |
const CHashedPtr & | lhs | ||
) | [friend] |
Definition at line 50 of file KX_HashedPtr.h.