|
Bike-X
0.8
|
#include "OVR_RefCount.h"

Public Member Functions | |
| Pickable () | |
| Pickable (T *p) | |
| Pickable (T *p, PickType) | |
| template<typename OT > | |
| Pickable (const Pickable< OT > &other) | |
| Pickable & | operator= (const Pickable &other) |
| T * | GetPtr () const |
| T * | operator-> () const |
| T & | operator* () const |
Private Attributes | |
| T * | pV |
Definition at line 289 of file OVR_RefCount.h.
|
inline |
Definition at line 292 of file OVR_RefCount.h.
|
inlineexplicit |
Definition at line 293 of file OVR_RefCount.h.
|
inline |
Definition at line 294 of file OVR_RefCount.h.
|
inline |
Definition at line 301 of file OVR_RefCount.h.
|
inline |
Definition at line 314 of file OVR_RefCount.h.
|
inline |
Definition at line 319 of file OVR_RefCount.h.
|
inline |
Definition at line 315 of file OVR_RefCount.h.
|
inline |
Definition at line 304 of file OVR_RefCount.h.
|
private |
Definition at line 326 of file OVR_RefCount.h.