libcopp 2.3.1
|
#include <rc_ptr.h>
Public Member Functions | |
constexpr | __rc_ptr_counted_data_base () noexcept |
virtual LIBCOPP_COPP_API | ~__rc_ptr_counted_data_base () noexcept |
virtual void | dispose () noexcept=0 |
virtual void | destroy () noexcept=0 |
LIBCOPP_UTIL_FORCEINLINE void | add_ref () |
LIBCOPP_UTIL_FORCEINLINE bool | add_ref_nothrow () noexcept |
LIBCOPP_UTIL_FORCEINLINE void | release () noexcept |
LIBCOPP_UTIL_FORCEINLINE void | weak_add_ref () noexcept |
LIBCOPP_UTIL_FORCEINLINE void | weak_release () noexcept |
LIBCOPP_UTIL_FORCEINLINE std::size_t | use_count () const noexcept |
Static Public Member Functions | |
static LIBCOPP_COPP_API void | throw_bad_weak_ptr () |
Private Member Functions | |
__rc_ptr_counted_data_base (const __rc_ptr_counted_data_base &)=delete | |
__rc_ptr_counted_data_base & | operator= (const __rc_ptr_counted_data_base &)=delete |
Private Attributes | |
std::size_t | use_count_ |
std::size_t | weak_count_ |
|
inlineconstexprnoexcept |
|
virtualnoexcept |
Definition at line 11 of file rc_ptr.cpp.
|
privatedelete |
|
inline |
Definition at line 54 of file rc_ptr.h.
Referenced by memory::__strong_rc_counter< T >::operator=().
|
inlinenoexcept |
Definition at line 61 of file rc_ptr.h.
Referenced by memory::__strong_rc_counter< T >::__strong_rc_counter().
|
pure virtualnoexcept |
|
pure virtualnoexcept |
|
privatedelete |
|
inlinenoexcept |
Definition at line 71 of file rc_ptr.h.
Referenced by memory::__strong_rc_counter< T >::operator=(), and memory::__strong_rc_counter< T >::operator=().
|
static |
Definition at line 13 of file rc_ptr.cpp.
Referenced by memory::__strong_rc_counter< T >::__strong_rc_counter(), memory::enable_shared_rc_from_this< T >::shared_from_this(), and memory::enable_shared_rc_from_this< T >::shared_from_this().
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 81 of file rc_ptr.h.
Referenced by memory::__weak_rc_counter< T >::operator=().
|
inlinenoexcept |
Definition at line 84 of file rc_ptr.h.
Referenced by memory::__weak_rc_counter< T >::operator=(), and memory::__weak_rc_counter< T >::operator=().
|
private |
|
private |