libcopp 2.3.1
|
#include <rc_ptr.h>
Data Structures | |
struct | __not_alloc_shared_tag |
struct | __not_alloc_shared_tag< __strong_rc_default_alloc_shared_tag< Y > > |
struct | __not_alloc_shared_tag< __strong_rc_with_alloc_shared_tag< Y > > |
Public Member Functions | |
constexpr | __strong_rc_counter () noexcept |
template<class Y > | |
__strong_rc_counter (Y *p) | |
template<class Y , class Deleter , class = typename __not_alloc_shared_tag<nostd::remove_cvref_t<Deleter>>::type> | |
__strong_rc_counter (Y *p, Deleter &&d) | |
template<class Y , class Deleter , class Alloc , class = typename __not_alloc_shared_tag<nostd::remove_cvref_t<Deleter>>::type> | |
__strong_rc_counter (Y *p, Deleter &&d, Alloc &&a) | |
template<class... Args> | |
__strong_rc_counter (T *&__p, __strong_rc_default_alloc_shared_tag< T >, Args &&... args) | |
template<class Alloc , class... Args> | |
__strong_rc_counter (T *&__p, __strong_rc_with_alloc_shared_tag< T >, Alloc &&a, Args &&... args) | |
template<class UT , class UDeleter > | |
__strong_rc_counter (std::unique_ptr< UT, UDeleter > &&r) | |
__strong_rc_counter (const __weak_rc_counter< T > &w) | |
__strong_rc_counter (const __weak_rc_counter< T > &w, std::nothrow_t) noexcept | |
~__strong_rc_counter () | |
__strong_rc_counter (const __strong_rc_counter &r) noexcept | |
__strong_rc_counter (__strong_rc_counter &&r) noexcept | |
template<class Y > | |
__strong_rc_counter (const __strong_rc_counter< Y > &r) noexcept | |
template<class Y > | |
__strong_rc_counter (__strong_rc_counter< Y > &&r) noexcept | |
__strong_rc_counter & | operator= (const __strong_rc_counter &r) noexcept |
__strong_rc_counter & | operator= (__strong_rc_counter &&r) noexcept |
void | swap (__strong_rc_counter &r) noexcept |
template<class Y > | |
void | swap (__strong_rc_counter< Y > &r) noexcept |
std::size_t | use_count () const noexcept |
__rc_ptr_counted_data_base * | ref_counter () const noexcept |
Private Attributes | |
__rc_ptr_counted_data_base * | pi_ |
Friends | |
template<class > | |
class LIBCOPP_COPP_API_HEAD_ONLY | __strong_rc_counter |
|
inlineconstexprnoexcept |
|
inlineexplicit |
Definition at line 341 of file rc_ptr.h.
References memory::allocate_guarded().
|
inline |
Definition at line 369 of file rc_ptr.h.
References memory::allocate_guarded().
|
inline |
Definition at line 390 of file rc_ptr.h.
References memory::allocate_guarded().
|
inline |
Definition at line 412 of file rc_ptr.h.
References memory::allocate_guarded().
|
inline |
Definition at line 433 of file rc_ptr.h.
References memory::allocate_guarded().
|
inlineexplicit |
Definition at line 457 of file rc_ptr.h.
References memory::allocate_guarded().
|
explicit |
Definition at line 655 of file rc_ptr.h.
References memory::__rc_ptr_counted_data_base::add_ref_nothrow(), memory::__strong_rc_counter< T >::pi_, and memory::__rc_ptr_counted_data_base::throw_bad_weak_ptr().
|
noexcept |
|
inline |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 527 of file rc_ptr.h.
References memory::__rc_ptr_counted_data_base::release().
|
inlinenoexcept |
Definition at line 512 of file rc_ptr.h.
References memory::__rc_ptr_counted_data_base::add_ref(), and memory::__rc_ptr_counted_data_base::release().
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
friend |
|
private |
Definition at line 561 of file rc_ptr.h.
Referenced by memory::__strong_rc_counter< T >::__strong_rc_counter().