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_default< T > Class Template Referencefinal

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

#include <rc_ptr.h>

Inheritance diagram for memory::__rc_ptr_counted_data_default< T >:
Inheritance graph
Collaboration diagram for memory::__rc_ptr_counted_data_default< T >:
Collaboration graph

Public Member Functions

 __rc_ptr_counted_data_default (T *p) 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_
 
std::size_t use_count_
 
std::size_t weak_count_
 

Detailed Description

template<class T>
class memory::__rc_ptr_counted_data_default< T >

Template class definition for reference-counted.

Note
Construct object and counter with default data management and allocator.

Definition at line 106 of file rc_ptr.h.

Constructor & Destructor Documentation

◆ __rc_ptr_counted_data_default()

template<class T >
memory::__rc_ptr_counted_data_default< T >::__rc_ptr_counted_data_default ( T *  p)
inlineexplicitnoexcept

Definition at line 108 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 >
void memory::__rc_ptr_counted_data_default< T >::destroy ( )
inlineoverridevirtualnoexcept

Implements memory::__rc_ptr_counted_data_base.

Definition at line 121 of file rc_ptr.h.

◆ dispose()

template<class T >
void memory::__rc_ptr_counted_data_default< T >::dispose ( )
inlineoverridevirtualnoexcept

Implements memory::__rc_ptr_counted_data_base.

Definition at line 110 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

◆ ptr_

template<class T >
T* memory::__rc_ptr_counted_data_default< T >::ptr_
private

Definition at line 129 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: