template<class T> class osg::RP

Smart pointer for handling referenced counted objects

Public Methods

[more] RP(T* t=0)
[more] RP(const RP& rp)
[more] ~RP()
[more]RP& operator = (const RP& rp)
[more]T& operator*() const
[more]T* operator->() const
[more]bool operator!() const
[more]T* get() const


Documentation

Smart pointer for handling referenced counted objects
o RP(T* t=0)

o RP(const RP& rp)

o ~RP()

oRP& operator = (const RP& rp)

oT& operator*() const

oT* operator->() const

obool operator!() const

oT* 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++.