Go to the documentation of this file. 1 #ifndef MiscLib__REFCOUNTPTR_HEADER__
2 #define MiscLib__REFCOUNTPTR_HEADER__
73 if (m_ptr == ptr.m_ptr)
92 if (m_ptr == ptr.m_ptr)
152 operator const T* ()
const
170 return m_ptr == ptr.m_ptr;
RefCountPtr< T > & operator=(const RefCountPtr< P > &ptr)
RefCountPtr(const RefCountPtr< P > &ptr)
bool operator==(P *ptr) const
bool operator==(const RefCountPtr< P > &ptr) const
const T * operator->() const
RefCountPtr< T > & operator=(const RefCountPtr< T > &ptr)
const T & operator*() const
RefCountPtr< T > & operator=(P *ptr)
RefCountPtr(const RefCountPtr< T > &ptr)