Support Forum G3D Web Page |
Wraps a pointer value so that it can be treated as the instance itself; convenient for inserting pointers into a Table but using the object equality instead of pointer equality.
More...
Public Member Functions | |
Indirector (Type *h) | |
Indirector () | |
size_t | hashCode () const |
bool | operator== (const Indirector &m) const |
Returns true iff the values referenced by the handles are equivalent. More... | |
bool | operator== (const Type &m) const |
Public Attributes | |
Type * | handle |
Wraps a pointer value so that it can be treated as the instance itself; convenient for inserting pointers into a Table but using the object equality instead of pointer equality.
|
inline |
|
inline |
|
inline |
|
inline |
Returns true iff the values referenced by the handles are equivalent.
|
inline |
Type* G3D::_internal::Indirector< Type >::handle |