#include <RefCount.hpp>
Public Methods | |
RefCount (T *p=0) | |
RefCount (const RefCount< T > &other) | |
~RefCount () | |
RefCount< T > & | operator= (const RefCount< T > &other) |
operator T * () const | |
T * | operator-> () const |
T * | get () const |
template<class newType> | operator RefCount () |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|