Miosix
2.0alpha1
|
#include <intrusive.h>
Public Member Functions | |
IntrusiveRefCountedSharedFromThis () | |
intrusive_ref_ptr< T > | shared_from_this () |
intrusive_ref_ptr< const T > | shared_from_this () const |
virtual | ~IntrusiveRefCountedSharedFromThis () |
An implementation of 20.7.2.4 enable_shared_from_this for IntrusiveRefCounted
T | this class uses the CRTP, just like enable_shared_from_this, so if class Foo derives from IntrusiveRefCountedSharedFromThis, T has to be Foo. |
|
inline |
Constructor
|
virtual |
Destructor
|
inline |
|
inline |