#include <OVR_RefCount.h>
Public Member Functions | |
T * | GetPtr () const |
T & | operator* () const |
T * | operator-> () const |
Pickable & | operator= (const Pickable &other) |
Pickable () | |
Pickable (T *p) | |
Pickable (T *p, PickType) | |
template<typename OT > | |
Pickable (const Pickable< OT > &other) | |
Private Attributes | |
T * | pV |
Definition at line 247 of file OVR_RefCount.h.
OVR::Pickable< T >::Pickable | ( | ) | [inline] |
Definition at line 250 of file OVR_RefCount.h.
OVR::Pickable< T >::Pickable | ( | T * | p | ) | [inline, explicit] |
Definition at line 251 of file OVR_RefCount.h.
OVR::Pickable< T >::Pickable | ( | T * | p, |
PickType | |||
) | [inline] |
Definition at line 252 of file OVR_RefCount.h.
OVR::Pickable< T >::Pickable | ( | const Pickable< OT > & | other | ) | [inline] |
Definition at line 259 of file OVR_RefCount.h.
T* OVR::Pickable< T >::GetPtr | ( | ) | const [inline] |
Definition at line 272 of file OVR_RefCount.h.
T& OVR::Pickable< T >::operator* | ( | ) | const [inline] |
Definition at line 277 of file OVR_RefCount.h.
T* OVR::Pickable< T >::operator-> | ( | ) | const [inline] |
Definition at line 273 of file OVR_RefCount.h.
Pickable& OVR::Pickable< T >::operator= | ( | const Pickable< T > & | other | ) | [inline] |
Definition at line 262 of file OVR_RefCount.h.
T* OVR::Pickable< T >::pV [private] |
Definition at line 284 of file OVR_RefCount.h.