libcopp 2.3.1
|
#include <intrusive_ptr.h>
Public Types | |
using | self_type = intrusive_ptr< T > |
using | element_type = T |
Public Member Functions | |
constexpr | intrusive_ptr () noexcept |
intrusive_ptr (T *p, bool add_ref=true) | |
template<typename U > | |
intrusive_ptr (intrusive_ptr< U > const &rhs, typename std::enable_if< std::is_convertible< U *, T * >::value >::type *=nullptr) | |
intrusive_ptr (self_type const &rhs) | |
~intrusive_ptr () | |
template<typename U > | |
intrusive_ptr & | operator= (intrusive_ptr< U > const &rhs) |
intrusive_ptr (self_type &&rhs) noexcept | |
self_type & | operator= (self_type &&rhs) noexcept |
template<typename U > | |
intrusive_ptr (intrusive_ptr< U > &&rhs, typename std::enable_if< std::is_convertible< U *, T * >::value >::type *=nullptr) noexcept | |
template<typename U , typename Deleter > | |
self_type & | operator= (std::unique_ptr< U, Deleter > &&rhs) |
self_type & | operator= (self_type const &rhs) |
void | reset () noexcept |
void | reset (element_type *rhs) |
void | reset (element_type *rhs, bool add_ref) |
element_type * | get () const noexcept |
element_type * | detach () noexcept |
element_type & | operator* () const |
element_type * | operator-> () const |
operator bool () const noexcept | |
bool | operator! () const noexcept |
void | swap (intrusive_ptr &rhs) noexcept |
Private Attributes | |
element_type * | px |
Friends | |
template<typename U > | |
class | intrusive_ptr |
Definition at line 42 of file intrusive_ptr.h.
using memory::intrusive_ptr< T >::element_type = T |
Definition at line 45 of file intrusive_ptr.h.
using memory::intrusive_ptr< T >::self_type = intrusive_ptr<T> |
Definition at line 44 of file intrusive_ptr.h.
|
inlineconstexprnoexcept |
Definition at line 47 of file intrusive_ptr.h.
|
inline |
Definition at line 49 of file intrusive_ptr.h.
References memory::intrusive_ptr< T >::px.
|
inline |
Definition at line 56 of file intrusive_ptr.h.
References memory::intrusive_ptr< T >::px.
|
inline |
Definition at line 64 of file intrusive_ptr.h.
References memory::intrusive_ptr< T >::px.
|
inline |
Definition at line 70 of file intrusive_ptr.h.
References memory::intrusive_ptr< T >::px.
|
inlinenoexcept |
Definition at line 86 of file intrusive_ptr.h.
|
inlinenoexcept |
Definition at line 94 of file intrusive_ptr.h.
|
inlinenoexcept |
Definition at line 119 of file intrusive_ptr.h.
References memory::intrusive_ptr< T >::px.
|
inlinenoexcept |
Definition at line 117 of file intrusive_ptr.h.
References memory::intrusive_ptr< T >::px.
Referenced by memory::const_pointer_cast(), memory::get_pointer(), and memory::static_pointer_cast().
|
inlinenoexcept |
Definition at line 136 of file intrusive_ptr.h.
References memory::intrusive_ptr< T >::px.
|
inlinenoexcept |
Definition at line 138 of file intrusive_ptr.h.
References memory::intrusive_ptr< T >::px.
|
inline |
Definition at line 125 of file intrusive_ptr.h.
References memory::intrusive_ptr< T >::px.
|
inline |
Definition at line 130 of file intrusive_ptr.h.
References memory::intrusive_ptr< T >::px.
|
inline |
Definition at line 80 of file intrusive_ptr.h.
References memory::intrusive_ptr< T >::swap().
|
inlinenoexcept |
Definition at line 88 of file intrusive_ptr.h.
References memory::intrusive_ptr< T >::swap().
|
inline |
Definition at line 106 of file intrusive_ptr.h.
References memory::intrusive_ptr< T >::swap().
|
inline |
Definition at line 101 of file intrusive_ptr.h.
References memory::intrusive_ptr< T >::swap().
|
inlinenoexcept |
Definition at line 111 of file intrusive_ptr.h.
|
inline |
Definition at line 113 of file intrusive_ptr.h.
|
inline |
Definition at line 115 of file intrusive_ptr.h.
|
inlinenoexcept |
Definition at line 140 of file intrusive_ptr.h.
References memory::intrusive_ptr< T >::px.
Referenced by memory::intrusive_ptr< T >::operator=(), memory::intrusive_ptr< T >::operator=(), memory::intrusive_ptr< T >::operator=(), memory::intrusive_ptr< T >::operator=(), and memory::swap().
Definition at line 77 of file intrusive_ptr.h.
|
private |
Definition at line 147 of file intrusive_ptr.h.
Referenced by memory::intrusive_ptr< T >::detach(), memory::intrusive_ptr< T >::get(), memory::intrusive_ptr< T >::intrusive_ptr(), memory::intrusive_ptr< T >::intrusive_ptr(), memory::intrusive_ptr< T >::intrusive_ptr(), memory::intrusive_ptr< T >::operator bool(), memory::intrusive_ptr< T >::operator!(), memory::intrusive_ptr< T >::operator*(), memory::intrusive_ptr< T >::operator->(), memory::intrusive_ptr< T >::swap(), and memory::intrusive_ptr< T >::~intrusive_ptr().