Smart pointer for handling referenced counted objects
Smart pointer for handling referenced counted objects
ref_ptr(T* t)
ref_ptr(const ref_ptr& rp)
~ref_ptr()
ref_ptr& operator = (const ref_ptr& rp)
ref_ptr& operator = (T* ptr)
bool operator == (const ref_ptr& rp) const
bool operator == (const T* ptr) const
bool operator != (const ref_ptr& rp) const
bool operator != (const T* ptr) const
Alphabetic index HTML hierarchy of classes or Java