libcopp 2.3.1
|
A std::shared_ptr replacement that is more lightweight and do not use atomic operation for reference counting. More...
#include <rc_ptr.h>
Public Types | |
using | element_type = nostd::remove_extent_t< T > |
using | weak_type = weak_rc_ptr< T > |
using | nullability_compatible_type = void |
using | absl_nullability_compatible = void |
Public Member Functions | |
constexpr | strong_rc_ptr () noexcept |
constexpr | strong_rc_ptr (std::nullptr_t) noexcept |
template<class Y > | |
strong_rc_ptr (Y *ptr) noexcept | |
template<class Y , class Deleter > | |
strong_rc_ptr (Y *ptr, Deleter d) | |
template<class Y , class Deleter , class Alloc > | |
strong_rc_ptr (Y *ptr, Deleter d, Alloc a) | |
template<class Deleter > | |
strong_rc_ptr (std::nullptr_t ptr, Deleter d) | |
template<class Y , class Deleter , class Alloc > | |
strong_rc_ptr (std::nullptr_t ptr, Deleter d, Alloc a) | |
template<class Y > | |
strong_rc_ptr (const strong_rc_ptr< Y > &other) noexcept | |
template<class Y > | |
strong_rc_ptr (strong_rc_ptr< Y > &&other) noexcept | |
template<class Y > | |
strong_rc_ptr (const strong_rc_ptr< Y > &other, element_type *ptr) noexcept | |
template<class Y > | |
strong_rc_ptr (strong_rc_ptr< Y > &&other, element_type *ptr) noexcept | |
strong_rc_ptr (const weak_rc_ptr< T > &other) | |
strong_rc_ptr (const weak_rc_ptr< T > &other, std::nothrow_t) noexcept | |
template<class Y > | |
strong_rc_ptr (const weak_rc_ptr< Y > &other) | |
template<class Y , class Deleter > | |
strong_rc_ptr (std::unique_ptr< Y, Deleter > &&other) | |
template<class... Args> | |
strong_rc_ptr (__strong_rc_default_alloc_shared_tag< T > __tag, Args &&... args) | |
This is a special constructor for make_strong_rc/allocate_strong_rc. | |
template<class... Args> | |
strong_rc_ptr (__strong_rc_with_alloc_shared_tag< T > __tag, Args &&... args) | |
This is a special constructor for make_strong_rc/allocate_strong_rc. | |
~strong_rc_ptr () noexcept=default | |
strong_rc_ptr (const strong_rc_ptr &) noexcept=default | |
strong_rc_ptr & | operator= (const strong_rc_ptr &) noexcept=default |
strong_rc_ptr (strong_rc_ptr &&other) noexcept | |
strong_rc_ptr & | operator= (strong_rc_ptr &&other) noexcept |
template<class Y > | |
strong_rc_ptr & | operator= (const strong_rc_ptr< Y > &other) noexcept |
template<class Y > | |
strong_rc_ptr & | operator= (strong_rc_ptr< Y > &&other) noexcept |
template<class Y , class Deleter > | |
strong_rc_ptr & | operator= (std::unique_ptr< Y, Deleter > &&other) |
void | reset () noexcept |
template<class Y > | |
void | reset (Y *ptr) noexcept |
template<class Y , class Deleter > | |
void | reset (Y *ptr, Deleter d) noexcept |
template<class Y , class Deleter , class Alloc > | |
void | reset (Y *ptr, Deleter d, Alloc a) noexcept |
void | swap (strong_rc_ptr &other) noexcept |
element_type * | get () const noexcept |
std::size_t | use_count () const noexcept |
bool | unique () const noexcept |
operator bool () const noexcept | |
template<class Y > | |
bool | owner_before (strong_rc_ptr< Y > const &r) const noexcept |
template<class Y > | |
bool | owner_before (weak_rc_ptr< Y > const &r) const noexcept |
template<class Y > | |
bool | owner_equal (strong_rc_ptr< Y > const &r) const noexcept |
template<class Y > | |
bool | owner_equal (weak_rc_ptr< Y > const &r) const noexcept |
std::size_t | owner_hash () const noexcept |
element_type & | operator* () const noexcept |
element_type * | operator-> () const noexcept |
Private Attributes | |
element_type * | ptr_ |
__strong_rc_counter< element_type > | ref_counter_ |
Friends | |
template<class > | |
class LIBCOPP_COPP_API_HEAD_ONLY | weak_rc_ptr |
template<class > | |
class LIBCOPP_COPP_API_HEAD_ONLY | strong_rc_ptr |
A std::shared_ptr replacement that is more lightweight and do not use atomic operation for reference counting.
using memory::strong_rc_ptr< T >::absl_nullability_compatible = void |
using memory::strong_rc_ptr< T >::element_type = nostd::remove_extent_t<T> |
using memory::strong_rc_ptr< T >::nullability_compatible_type = void |
using memory::strong_rc_ptr< T >::weak_type = weak_rc_ptr<T> |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlinenoexcept |
Definition at line 806 of file rc_ptr.h.
References memory::__enable_shared_from_this_with().
|
inline |
Definition at line 814 of file rc_ptr.h.
References memory::__enable_shared_from_this_with().
|
inline |
Definition at line 819 of file rc_ptr.h.
References memory::__enable_shared_from_this_with().
|
inline |
|
inline |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inline |
Definition at line 848 of file rc_ptr.h.
References memory::weak_rc_ptr< T >::ptr_.
|
inlinenoexcept |
|
inline |
Definition at line 859 of file rc_ptr.h.
References memory::weak_rc_ptr< T >::ptr_.
|
inline |
Definition at line 865 of file rc_ptr.h.
References memory::__enable_shared_from_this_with().
|
inline |
This is a special constructor for make_strong_rc/allocate_strong_rc.
__tag | Tag for type decetion |
args | Arguments to construct the object. |
Definition at line 877 of file rc_ptr.h.
References memory::__enable_shared_from_this_with().
|
inline |
This is a special constructor for make_strong_rc/allocate_strong_rc.
__tag | Tag for type decetion |
args | Arguments to construct the object. |
Definition at line 888 of file rc_ptr.h.
References memory::__enable_shared_from_this_with().
|
defaultnoexcept |
|
explicitdefaultnoexcept |
|
inlineexplicitnoexcept |
Definition at line 897 of file rc_ptr.h.
References memory::strong_rc_ptr< T >::swap().
|
inlinenoexcept |
Definition at line 952 of file rc_ptr.h.
Referenced by memory::enable_shared_rc_from_this< T >::shared_from_this(), and memory::enable_shared_rc_from_this< T >::shared_from_this().
|
inlineexplicitnoexcept |
|
inlinenoexceptinherited |
|
inlinenoexceptinherited |
|
defaultnoexcept |
|
inlinenoexcept |
Definition at line 908 of file rc_ptr.h.
References memory::strong_rc_ptr< T >::ptr_.
|
inline |
Definition at line 921 of file rc_ptr.h.
References memory::strong_rc_ptr< T >::swap().
|
inlinenoexcept |
Definition at line 902 of file rc_ptr.h.
References memory::strong_rc_ptr< T >::swap().
|
inlinenoexcept |
Definition at line 915 of file rc_ptr.h.
References memory::strong_rc_ptr< T >::swap().
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 926 of file rc_ptr.h.
References memory::strong_rc_ptr< T >::swap().
|
inlinenoexcept |
Definition at line 929 of file rc_ptr.h.
References memory::strong_rc_ptr< T >::swap().
|
inlinenoexcept |
Definition at line 938 of file rc_ptr.h.
References memory::strong_rc_ptr< T >::swap().
|
inlinenoexcept |
Definition at line 943 of file rc_ptr.h.
References memory::strong_rc_ptr< T >::swap().
|
inlinenoexcept |
Definition at line 947 of file rc_ptr.h.
References std::swap().
Referenced by memory::strong_rc_ptr< T >::operator=(), memory::strong_rc_ptr< T >::operator=(), memory::strong_rc_ptr< T >::operator=(), memory::strong_rc_ptr< T >::reset(), memory::strong_rc_ptr< T >::reset(), memory::strong_rc_ptr< T >::reset(), memory::strong_rc_ptr< T >::reset(), and memory::strong_rc_ptr< T >::strong_rc_ptr().
|
inlinenoexcept |
|
inlinenoexcept |
|
private |
Definition at line 992 of file rc_ptr.h.
Referenced by memory::strong_rc_ptr< T >::operator=().
|
private |