4.6.0
Freundlich's C++ toolkit
|
Allows an object to obtain a shared ptr to itself.
Derive from this class to allow an object to obtain a shared ptr to itself.
Protected Member Functions | |
enable_shared_from_this () | |
enable_shared_from_this (enable_shared_from_this const &) | |
enable_shared_from_this (enable_shared_from_this &&) noexcept | |
enable_shared_from_this & | operator= (enable_shared_from_this const &) |
enable_shared_from_this & | operator= (enable_shared_from_this &&) noexcept |
~enable_shared_from_this () | |
fcppt::shared_ptr< Type > | fcppt_shared_from_this () |
fcppt::shared_ptr< Type const > | fcppt_shared_from_this () const |
|
protected |
|
protected |
|
protectednoexcept |
|
protected |
|
nodiscardprotected |
|
nodiscardprotected |
|
protectednoexcept |
|
protected |