|
| Ptr (std::nullptr_t=nullptr) |
|
| Ptr (RefCountable *ptr) |
|
template<class OtherRefCountable > |
| Ptr (OtherRefCountable *ptr) |
|
template<class OtherRefCountable > |
| Ptr (const Ptr< OtherRefCountable > &other) |
|
| Ptr (const Ptr &other) |
|
template<class OtherRefCountable > |
| Ptr (Ptr< OtherRefCountable > &&other) |
|
| Ptr (Ptr &&other) |
|
template<class OtherRefCountable > |
Ptr & | operator= (const Ptr< OtherRefCountable > &other) |
|
Ptr & | operator= (const Ptr &other) |
|
template<class OtherRefCountable > |
Ptr & | operator= (Ptr< OtherRefCountable > &&other) |
|
Ptr & | operator= (Ptr &&other) |
|
template<class OtherRefCountable > |
bool | operator== (const Ptr< OtherRefCountable > &other) const |
|
template<class OtherRefCountable > |
bool | operator!= (const Ptr< OtherRefCountable > &other) const |
|
void | reset () |
|
template<class OtherRefCountable > |
void | reset (OtherRefCountable *ptr) |
|
RefCountable * | releasePtr () |
|
RefCountable * | get () const |
|
RefCountable * | operator-> () const |
|
RefCountable & | operator* () const |
|
| operator bool () const |
|
template<class RefCountable>
class nx::sdk::Ptr< RefCountable >
Smart pointer to objects that implement IRefCountable.
Is assignment-compatible with smart pointers to derived classes.