libcopp 2.3.1
|
#include <rc_ptr.h>
Public Member Functions | |
strong_rc_ptr< T > | shared_from_this () |
strong_rc_ptr< const T > | shared_from_this () const |
weak_rc_ptr< T > | weak_from_this () |
weak_rc_ptr< const T > | weak_from_this () const |
template<class Y > | |
void | __internal_weak_assign (T *__p, const __strong_rc_counter< Y > &__n) const noexcept |
Protected Member Functions | |
enable_shared_rc_from_this ()=default | |
enable_shared_rc_from_this (const enable_shared_rc_from_this &)=default | |
enable_shared_rc_from_this & | operator= (const enable_shared_rc_from_this &)=default |
~enable_shared_rc_from_this ()=default | |
Private Attributes | |
weak_rc_ptr< T > | weak_this_ |
Friends | |
template<class > | |
class LIBCOPP_COPP_API_HEAD_ONLY | strong_rc_ptr |
|
protecteddefault |
|
protecteddefault |
|
protecteddefault |
|
inlinenoexcept |
Definition at line 1287 of file rc_ptr.h.
References memory::enable_shared_rc_from_this< T >::weak_this_.
Referenced by memory::__enable_shared_from_this_with().
|
protecteddefault |
|
inline |
Definition at line 1249 of file rc_ptr.h.
References memory::strong_rc_ptr< T >::get(), memory::__rc_ptr_counted_data_base::throw_bad_weak_ptr(), and memory::enable_shared_rc_from_this< T >::weak_this_.
|
inline |
Definition at line 1260 of file rc_ptr.h.
References memory::strong_rc_ptr< T >::get(), memory::__rc_ptr_counted_data_base::throw_bad_weak_ptr(), and memory::enable_shared_rc_from_this< T >::weak_this_.
|
inline |
Definition at line 1271 of file rc_ptr.h.
References memory::enable_shared_rc_from_this< T >::weak_this_.
|
inline |
Definition at line 1273 of file rc_ptr.h.
References memory::enable_shared_rc_from_this< T >::weak_this_.
|
mutableprivate |
Definition at line 1292 of file rc_ptr.h.
Referenced by memory::enable_shared_rc_from_this< T >::__internal_weak_assign(), memory::enable_shared_rc_from_this< T >::shared_from_this(), memory::enable_shared_rc_from_this< T >::shared_from_this(), memory::enable_shared_rc_from_this< T >::weak_from_this(), and memory::enable_shared_rc_from_this< T >::weak_from_this().