template<class T> class osg::ref_ptr

Smart pointer for handling referenced counted objects

Public Methods

[more] ref_ptr()
[more] ref_ptr(T* t)
[more] ref_ptr(const ref_ptr& rp)
[more] ~ref_ptr()
[more]inline ref_ptr& operator = (const ref_ptr& rp)
[more]inline ref_ptr& operator = (T* ptr)
[more]inline const bool operator == (const ref_ptr& rp) const
[more]inline const bool operator == (const T* ptr) const
[more]inline const bool operator != (const ref_ptr& rp) const
[more]inline const bool operator != (const T* ptr) const
[more]inline const bool operator < (const ref_ptr& rp) const
[more]inline const bool operator < (const T* ptr) const
[more]inline T& operator*()
[more]inline const T& operator*() const
[more]inline T* operator->()
[more]inline const T* operator->() const
[more]inline const bool operator!() const
[more]inline const bool valid() const
[more]inline T* get()
[more]inline const T* get() const


Documentation

Smart pointer for handling referenced counted objects
o ref_ptr()

o ref_ptr(T* t)

o ref_ptr(const ref_ptr& rp)

o ~ref_ptr()

oinline ref_ptr& operator = (const ref_ptr& rp)

oinline ref_ptr& operator = (T* ptr)

oinline const bool operator == (const ref_ptr& rp) const

oinline const bool operator == (const T* ptr) const

oinline const bool operator != (const ref_ptr& rp) const

oinline const bool operator != (const T* ptr) const

oinline const bool operator < (const ref_ptr& rp) const

oinline const bool operator < (const T* ptr) const

oinline T& operator*()

oinline const T& operator*() const

oinline T* operator->()

oinline const T* operator->() const

oinline const bool operator!() const

oinline const bool valid() const

oinline T* get()

oinline const T* get() const


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.