libcopp 2.3.1
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Static Public Member Functions | Private Attributes
memory::__rc_ptr_counted_data_with_deleter< T, Deleter > Class Template Referencefinal

Template class definition for reference-counted with deletor. More...

#include <rc_ptr.h>

Inheritance diagram for memory::__rc_ptr_counted_data_with_deleter< T, Deleter >:
Inheritance graph
Collaboration diagram for memory::__rc_ptr_counted_data_with_deleter< T, Deleter >:
Collaboration graph

Public Member Functions

template<class DeleterInput >
 __rc_ptr_counted_data_with_deleter (T *p, DeleterInput &&d) noexcept
 
void dispose () noexcept override
 
void destroy () noexcept override
 
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 Attributes

T * ptr_
 
Deleter deleter_
 
std::size_t use_count_
 
std::size_t weak_count_
 

Detailed Description

template<class T, class Deleter>
class memory::__rc_ptr_counted_data_with_deleter< T, Deleter >

Template class definition for reference-counted with deletor.

Note
Construct object and counter with custom deletor and default allocator.

Definition at line 259 of file rc_ptr.h.

Constructor & Destructor Documentation

◆ __rc_ptr_counted_data_with_deleter()

template<class T , class Deleter >
template<class DeleterInput >
memory::__rc_ptr_counted_data_with_deleter< T, Deleter >::__rc_ptr_counted_data_with_deleter ( T *  p,
DeleterInput &&  d 
)
inlinenoexcept

Definition at line 262 of file rc_ptr.h.

Member Function Documentation

◆ add_ref()

LIBCOPP_UTIL_FORCEINLINE void memory::__rc_ptr_counted_data_base::add_ref ( )
inlineinherited

Definition at line 54 of file rc_ptr.h.

Referenced by memory::__strong_rc_counter< T >::operator=().

◆ add_ref_nothrow()

LIBCOPP_UTIL_FORCEINLINE bool memory::__rc_ptr_counted_data_base::add_ref_nothrow ( )
inlinenoexceptinherited

Definition at line 61 of file rc_ptr.h.

Referenced by memory::__strong_rc_counter< T >::__strong_rc_counter().

◆ destroy()

template<class T , class Deleter >
void memory::__rc_ptr_counted_data_with_deleter< T, Deleter >::destroy ( )
inlineoverridevirtualnoexcept

Implements memory::__rc_ptr_counted_data_base.

Definition at line 267 of file rc_ptr.h.

◆ dispose()

template<class T , class Deleter >
void memory::__rc_ptr_counted_data_with_deleter< T, Deleter >::dispose ( )
inlineoverridevirtualnoexcept

Implements memory::__rc_ptr_counted_data_base.

Definition at line 265 of file rc_ptr.h.

◆ release()

LIBCOPP_UTIL_FORCEINLINE void memory::__rc_ptr_counted_data_base::release ( )
inlinenoexceptinherited

◆ throw_bad_weak_ptr()

LIBCOPP_COPP_API void memory::__rc_ptr_counted_data_base::throw_bad_weak_ptr ( )
staticinherited

◆ use_count()

LIBCOPP_UTIL_FORCEINLINE std::size_t memory::__rc_ptr_counted_data_base::use_count ( ) const
inlinenoexceptinherited

Definition at line 90 of file rc_ptr.h.

◆ weak_add_ref()

LIBCOPP_UTIL_FORCEINLINE void memory::__rc_ptr_counted_data_base::weak_add_ref ( )
inlinenoexceptinherited

Definition at line 81 of file rc_ptr.h.

Referenced by memory::__weak_rc_counter< T >::operator=().

◆ weak_release()

LIBCOPP_UTIL_FORCEINLINE void memory::__rc_ptr_counted_data_base::weak_release ( )
inlinenoexceptinherited

Field Documentation

◆ deleter_

template<class T , class Deleter >
Deleter memory::__rc_ptr_counted_data_with_deleter< T, Deleter >::deleter_
private

Definition at line 279 of file rc_ptr.h.

◆ ptr_

template<class T , class Deleter >
T* memory::__rc_ptr_counted_data_with_deleter< T, Deleter >::ptr_
private

Definition at line 278 of file rc_ptr.h.

◆ use_count_

std::size_t memory::__rc_ptr_counted_data_base::use_count_
privateinherited

Definition at line 97 of file rc_ptr.h.

◆ weak_count_

std::size_t memory::__rc_ptr_counted_data_base::weak_count_
privateinherited

Definition at line 98 of file rc_ptr.h.


The documentation for this class was generated from the following file: