Blender V2.61 - r43446
|
#include <CTR_HashedPtr.h>
Public Member Functions | |
CTR_HashedPtr (void *val) | |
unsigned int | hash () const |
void * | getValue () const |
Friends | |
bool | operator== (const CTR_HashedPtr &rhs, const CTR_HashedPtr &lhs) |
Definition at line 44 of file CTR_HashedPtr.h.
CTR_HashedPtr::CTR_HashedPtr | ( | void * | val | ) | [inline] |
Definition at line 48 of file CTR_HashedPtr.h.
void* CTR_HashedPtr::getValue | ( | ) | const [inline] |
Definition at line 51 of file CTR_HashedPtr.h.
unsigned int CTR_HashedPtr::hash | ( | ) | const [inline] |
Definition at line 49 of file CTR_HashedPtr.h.
References CTR_Hash().
bool operator== | ( | const CTR_HashedPtr & | rhs, |
const CTR_HashedPtr & | lhs | ||
) | [friend] |
Definition at line 50 of file CTR_HashedPtr.h.