1#ifndef MiscLib__REFCOUNTPTR_HEADER__
2#define MiscLib__REFCOUNTPTR_HEADER__
73 if (m_ptr == ptr.m_ptr)
93 if (m_ptr == ptr.m_ptr)
158 operator const T*()
const
179 return m_ptr == ptr.m_ptr;
const T & operator*() const
bool operator==(const RefCountPtr< P > &ptr) const
RefCountPtr< T > & operator=(const RefCountPtr< P > &ptr)
RefCountPtr< T > & operator=(P *ptr)
bool operator==(P *ptr) const
const T * operator->() const
RefCountPtr(const RefCountPtr< T > &ptr)
RefCountPtr< T > & operator=(const RefCountPtr< T > &ptr)
RefCountPtr(const RefCountPtr< P > &ptr)