libcopp 2.3.1
|
A std::weak_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 > |
Public Member Functions | |
constexpr | weak_rc_ptr () noexcept |
weak_rc_ptr (const weak_rc_ptr &) noexcept=default | |
weak_rc_ptr & | operator= (const weak_rc_ptr &) noexcept=default |
~weak_rc_ptr ()=default | |
weak_rc_ptr (weak_rc_ptr &&other) noexcept | |
weak_rc_ptr & | operator= (weak_rc_ptr &&other) noexcept |
template<class Y > | |
weak_rc_ptr (const strong_rc_ptr< Y > &other) noexcept | |
template<class Y > | |
weak_rc_ptr (const weak_rc_ptr< Y > &other) noexcept | |
template<class Y > | |
weak_rc_ptr (weak_rc_ptr< Y > &&other) noexcept | |
template<class Y > | |
weak_rc_ptr & | operator= (const weak_rc_ptr< Y > &other) noexcept |
template<class Y > | |
weak_rc_ptr & | operator= (weak_rc_ptr< Y > &&other) noexcept |
template<class Y > | |
weak_rc_ptr & | operator= (const strong_rc_ptr< Y > &other) noexcept |
void | reset () noexcept |
void | swap (weak_rc_ptr &r) noexcept |
std::size_t | use_count () const noexcept |
bool | expired () const noexcept |
strong_rc_ptr< T > | lock () 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 |
Private Member Functions | |
void | assign (element_type *__ptr, const __strong_rc_counter< T > &__refcount) noexcept |
Private Attributes | |
element_type * | ptr_ |
__weak_rc_counter< T > | ref_counter_ |
Friends | |
template<class > | |
class LIBCOPP_COPP_API_HEAD_ONLY | enable_shared_rc_from_this |
template<class > | |
class LIBCOPP_COPP_API_HEAD_ONLY | weak_rc_ptr |
template<class > | |
class LIBCOPP_COPP_API_HEAD_ONLY | strong_rc_ptr |
A std::weak_ptr replacement that is more lightweight and do not use atomic operation for reference counting.
using memory::weak_rc_ptr< T >::element_type = nostd::remove_extent_t<T> |
|
inlineconstexprnoexcept |
|
defaultnoexcept |
|
default |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlineprivatenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 1197 of file rc_ptr.h.
Referenced by memory::weak_rc_ptr< T >::operator=().
|
inlinenoexcept |
Definition at line 1180 of file rc_ptr.h.
References memory::weak_rc_ptr< T >::ptr_, and memory::__weak_rc_counter< T >::swap().
|
defaultnoexcept |
|
inlinenoexcept |
Definition at line 1167 of file rc_ptr.h.
References memory::weak_rc_ptr< T >::lock().
|
inlinenoexcept |
Definition at line 1147 of file rc_ptr.h.
References memory::weak_rc_ptr< T >::swap().
|
inlinenoexcept |
Definition at line 1174 of file rc_ptr.h.
References memory::weak_rc_ptr< T >::swap().
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 1186 of file rc_ptr.h.
References memory::weak_rc_ptr< T >::swap().
|
inlinenoexcept |
Definition at line 1188 of file rc_ptr.h.
References std::swap().
Referenced by memory::weak_rc_ptr< T >::operator=(), memory::weak_rc_ptr< T >::operator=(), and memory::weak_rc_ptr< T >::reset().
|
inlinenoexcept |
|
friend |
|
private |
Definition at line 1242 of file rc_ptr.h.
Referenced by memory::weak_rc_ptr< T >::operator=(), memory::strong_rc_ptr< T >::strong_rc_ptr(), and memory::strong_rc_ptr< T >::strong_rc_ptr().
|
private |