libcopp 2.3.1
|
Template class definition for reference-counted with allocator.(inplacement) More...
#include <rc_ptr.h>
Public Member Functions | |
template<class AllocInput , class... Args> | |
__rc_ptr_counted_data_inplace_alloc (AllocInput &&a, Args &&... args) | |
void | dispose () noexcept override |
void | destroy () noexcept override |
T * | value_ptr () noexcept |
Alloc * | alloc_ptr () noexcept |
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 | |
void * | value_addr () |
void * | alloc_addr () |
Private Attributes | |
nostd::aligned_storage_t< sizeof(T), alignof(T)> | storage_ |
nostd::aligned_storage_t< sizeof(Alloc), alignof(Alloc)> | alloc_ |
std::size_t | use_count_ |
std::size_t | weak_count_ |
Template class definition for reference-counted with allocator.(inplacement)
|
inlineexplicit |
|
inlineinherited |
Definition at line 54 of file rc_ptr.h.
Referenced by memory::__strong_rc_counter< T >::operator=().
|
inlinenoexceptinherited |
Definition at line 61 of file rc_ptr.h.
Referenced by memory::__strong_rc_counter< T >::__strong_rc_counter().
|
inlineprivate |
|
inlinenoexcept |
|
inlineoverridevirtualnoexcept |
Implements memory::__rc_ptr_counted_data_base.
Definition at line 208 of file rc_ptr.h.
References LIBCOPP_UTIL_ATTRIBUTE_UNINITIALIZED.
|
inlineoverridevirtualnoexcept |
Implements memory::__rc_ptr_counted_data_base.
|
inlinenoexceptinherited |
Definition at line 71 of file rc_ptr.h.
Referenced by memory::__strong_rc_counter< T >::operator=(), and memory::__strong_rc_counter< T >::operator=().
|
staticinherited |
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().
|
inlinenoexceptinherited |
|
inlineprivate |
|
inlinenoexcept |
|
inlinenoexceptinherited |
Definition at line 81 of file rc_ptr.h.
Referenced by memory::__weak_rc_counter< T >::operator=().
|
inlinenoexceptinherited |
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 |
|
privateinherited |
|
privateinherited |