Public Types | |
typedef T | element_type |
Public Member Functions | |
ref_ptr () | |
ref_ptr (T *ptr) | |
ref_ptr (const ref_ptr &rp) | |
template<class Other> | |
ref_ptr (const ref_ptr< Other > &rp) | |
~ref_ptr () | |
ref_ptr & | operator= (const ref_ptr &rp) |
template<class Other> | |
ref_ptr & | operator= (const ref_ptr< Other > &rp) |
ref_ptr & | operator= (T *ptr) |
bool | operator== (const ref_ptr &rp) const |
bool | operator== (const T *ptr) const |
bool | operator!= (const ref_ptr &rp) const |
bool | operator!= (const T *ptr) const |
bool | operator< (const ref_ptr &rp) const |
operator unspecified_bool_type () const | |
T & | operator* () const |
T * | operator-> () const |
T * | get () const |
bool | operator! () const |
bool | valid () const |
T * | release () |
void | swap (ref_ptr &rp) |
Friends | |
class | ref_ptr |
bool | operator== (const T *ptr, const ref_ptr &rp) |
bool | operator!= (const T *ptr, const ref_ptr &rp) |
typedef T osg::ref_ptr< T >::element_type |
osg::ref_ptr< T >::ref_ptr | ( | ) | [inline] |
osg::ref_ptr< T >::ref_ptr | ( | T * | ptr | ) | [inline] |
osg::ref_ptr< T >::ref_ptr | ( | const ref_ptr< T > & | rp | ) | [inline] |
osg::ref_ptr< T >::ref_ptr | ( | const ref_ptr< Other > & | rp | ) | [inline] |
osg::ref_ptr< T >::~ref_ptr | ( | ) | [inline] |
ref_ptr& osg::ref_ptr< T >::operator= | ( | const ref_ptr< T > & | rp | ) | [inline] |
ref_ptr& osg::ref_ptr< T >::operator= | ( | const ref_ptr< Other > & | rp | ) | [inline] |
ref_ptr& osg::ref_ptr< T >::operator= | ( | T * | ptr | ) | [inline] |
bool osg::ref_ptr< T >::operator== | ( | const ref_ptr< T > & | rp | ) | const [inline] |
bool osg::ref_ptr< T >::operator== | ( | const T * | ptr | ) | const [inline] |
bool osg::ref_ptr< T >::operator!= | ( | const ref_ptr< T > & | rp | ) | const [inline] |
bool osg::ref_ptr< T >::operator!= | ( | const T * | ptr | ) | const [inline] |
bool osg::ref_ptr< T >::operator< | ( | const ref_ptr< T > & | rp | ) | const [inline] |
osg::ref_ptr< T >::operator unspecified_bool_type | ( | ) | const [inline] |
T& osg::ref_ptr< T >::operator* | ( | ) | const [inline] |
T* osg::ref_ptr< T >::operator-> | ( | ) | const [inline] |
T* osg::ref_ptr< T >::get | ( | ) | const [inline] |
Referenced by osg::const_pointer_cast(), osg::dynamic_pointer_cast(), osg::get_pointer(), osgAnimation::TemplateChannel< SamplerType >::getOrCreateSampler(), osgFX::BumpMapping::getOverrideDiffuseTexture(), osgFX::BumpMapping::getOverrideNormalMapTexture(), osgAnimation::TemplateChannel< SamplerType >::getSampler(), osgAnimation::TemplateChannel< SamplerType >::getSamplerTyped(), osgUtil::DelaunayConstraint::getTriangles(), osgUtil::DelaunayTriangulator::getTriangles(), and osg::static_pointer_cast().
bool osg::ref_ptr< T >::operator! | ( | ) | const [inline] |
bool osg::ref_ptr< T >::valid | ( | ) | const [inline] |
T* osg::ref_ptr< T >::release | ( | ) | [inline] |
void osg::ref_ptr< T >::swap | ( | ref_ptr< T > & | rp | ) | [inline] |
Referenced by osg::swap().
friend class ref_ptr [friend] |
bool operator== | ( | const T * | ptr, | |
const ref_ptr< T > & | rp | |||
) | [friend] |
bool operator!= | ( | const T * | ptr, | |
const ref_ptr< T > & | rp | |||
) | [friend] |