#include <OVR_RefCount.h>
Definition at line 302 of file OVR_RefCount.h.
OVR_FORCE_INLINE OVR::Ptr< C >::Ptr | ( | ) | [inline] |
Definition at line 314 of file OVR_RefCount.h.
OVR_FORCE_INLINE OVR::Ptr< C >::Ptr | ( | C & | robj | ) | [inline] |
Definition at line 319 of file OVR_RefCount.h.
OVR_FORCE_INLINE OVR::Ptr< C >::Ptr | ( | Pickable< C > | v | ) | [inline] |
Definition at line 322 of file OVR_RefCount.h.
OVR_FORCE_INLINE OVR::Ptr< C >::Ptr | ( | Ptr< C > & | other, |
PickType | |||
) | [inline] |
Definition at line 326 of file OVR_RefCount.h.
OVR_FORCE_INLINE OVR::Ptr< C >::Ptr | ( | C * | pobj | ) | [inline] |
Definition at line 331 of file OVR_RefCount.h.
OVR_FORCE_INLINE OVR::Ptr< C >::Ptr | ( | const Ptr< C > & | src | ) | [inline] |
Definition at line 336 of file OVR_RefCount.h.
Definition at line 343 of file OVR_RefCount.h.
OVR_FORCE_INLINE OVR::Ptr< C >::Ptr | ( | Pickable< R > | v | ) | [inline] |
Definition at line 349 of file OVR_RefCount.h.
OVR_FORCE_INLINE OVR::Ptr< C >::~Ptr | ( | ) | [inline] |
Definition at line 355 of file OVR_RefCount.h.
OVR_FORCE_INLINE void OVR::Ptr< C >::Clear | ( | ) | [inline] |
Definition at line 454 of file OVR_RefCount.h.
OVR_FORCE_INLINE C* OVR::Ptr< C >::GetPtr | ( | ) | const [inline] |
Definition at line 464 of file OVR_RefCount.h.
OVR_FORCE_INLINE C*& OVR::Ptr< C >::GetRawRef | ( | ) | [inline] |
Definition at line 461 of file OVR_RefCount.h.
OVR_FORCE_INLINE void OVR::Ptr< C >::NullWithoutRelease | ( | ) | [inline] |
Definition at line 448 of file OVR_RefCount.h.
OVR_FORCE_INLINE OVR::Ptr< C >::operator C * | ( | ) | const [inline] |
Definition at line 468 of file OVR_RefCount.h.
OVR_FORCE_INLINE bool OVR::Ptr< C >::operator!= | ( | const Ptr< C > & | other | ) | const [inline] |
Definition at line 362 of file OVR_RefCount.h.
OVR_FORCE_INLINE bool OVR::Ptr< C >::operator!= | ( | C * | pother | ) | const [inline] |
Definition at line 365 of file OVR_RefCount.h.
OVR_FORCE_INLINE C& OVR::Ptr< C >::operator* | ( | ) | const [inline] |
Definition at line 465 of file OVR_RefCount.h.
OVR_FORCE_INLINE C* OVR::Ptr< C >::operator-> | ( | ) | const [inline] |
Definition at line 466 of file OVR_RefCount.h.
OVR_FORCE_INLINE bool OVR::Ptr< C >::operator< | ( | const Ptr< C > & | other | ) | const [inline] |
Definition at line 368 of file OVR_RefCount.h.
OVR_FORCE_INLINE const Ptr<C>& OVR::Ptr< C >::operator= | ( | const Ptr< R > & | src | ) | [inline] |
Definition at line 372 of file OVR_RefCount.h.
OVR_FORCE_INLINE const Ptr<C>& OVR::Ptr< C >::operator= | ( | const Ptr< C > & | src | ) | [inline] |
Definition at line 380 of file OVR_RefCount.h.
OVR_FORCE_INLINE const Ptr<C>& OVR::Ptr< C >::operator= | ( | C * | psrc | ) | [inline] |
Definition at line 388 of file OVR_RefCount.h.
OVR_FORCE_INLINE const Ptr<C>& OVR::Ptr< C >::operator= | ( | C & | src | ) | [inline] |
Definition at line 395 of file OVR_RefCount.h.
OVR_FORCE_INLINE Ptr<C>& OVR::Ptr< C >::operator= | ( | Pickable< C > | src | ) | [inline] |
Definition at line 401 of file OVR_RefCount.h.
OVR_FORCE_INLINE Ptr<C>& OVR::Ptr< C >::operator= | ( | Pickable< R > | src | ) | [inline] |
Definition at line 406 of file OVR_RefCount.h.
OVR_FORCE_INLINE bool OVR::Ptr< C >::operator== | ( | const Ptr< C > & | other | ) | const [inline] |
Definition at line 361 of file OVR_RefCount.h.
OVR_FORCE_INLINE bool OVR::Ptr< C >::operator== | ( | C * | pother | ) | const [inline] |
Definition at line 364 of file OVR_RefCount.h.
OVR_FORCE_INLINE Ptr<C>& OVR::Ptr< C >::Pick | ( | Ptr< C > & | other | ) | [inline] |
Definition at line 473 of file OVR_RefCount.h.
OVR_FORCE_INLINE Ptr<C>& OVR::Ptr< C >::Pick | ( | Pickable< C > | v | ) | [inline] |
Definition at line 485 of file OVR_RefCount.h.
OVR_FORCE_INLINE Ptr<C>& OVR::Ptr< C >::Pick | ( | Pickable< R > | v | ) | [inline] |
Definition at line 497 of file OVR_RefCount.h.
OVR_FORCE_INLINE Ptr<C>& OVR::Ptr< C >::Pick | ( | C * | p | ) | [inline] |
Definition at line 508 of file OVR_RefCount.h.
OVR_FORCE_INLINE Ptr<C>& OVR::Ptr< C >::SetPtr | ( | const Ptr< R > & | src | ) | [inline] |
Definition at line 413 of file OVR_RefCount.h.
OVR_FORCE_INLINE Ptr<C>& OVR::Ptr< C >::SetPtr | ( | const Ptr< C > & | src | ) | [inline] |
Definition at line 421 of file OVR_RefCount.h.
OVR_FORCE_INLINE Ptr<C>& OVR::Ptr< C >::SetPtr | ( | C * | psrc | ) | [inline] |
Definition at line 429 of file OVR_RefCount.h.
OVR_FORCE_INLINE Ptr<C>& OVR::Ptr< C >::SetPtr | ( | C & | src | ) | [inline] |
Definition at line 436 of file OVR_RefCount.h.
OVR_FORCE_INLINE Ptr<C>& OVR::Ptr< C >::SetPtr | ( | Pickable< C > | src | ) | [inline] |
Definition at line 442 of file OVR_RefCount.h.
Definition at line 309 of file OVR_RefCount.h.