Ion
|
A ReferentPtr is a smart shared pointer to an instance of some class derived from Referent. More...
#include "referent.h"
Public Types | |
typedef SharedPtr< T > | Type |
A ReferentPtr is a smart shared pointer to an instance of some class derived from Referent.
It manages the reference count so that the instance is deleted when the last pointer to it goes away. Since we can't use template typedefs yet, this struct is a workaround.
Definition at line 59 of file referent.h.
typedef SharedPtr<T> ion::base::ReferentPtr< T >::Type |
Definition at line 60 of file referent.h.