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 Member Functions | Private Attributes
memory::__rc_ptr_counted_data_base Class Referenceabstract

#include <rc_ptr.h>

Inheritance diagram for memory::__rc_ptr_counted_data_base:
Inheritance graph
Collaboration diagram for memory::__rc_ptr_counted_data_base:
Collaboration graph

Public Member Functions

constexpr __rc_ptr_counted_data_base () noexcept
 
virtual LIBCOPP_COPP_API ~__rc_ptr_counted_data_base () noexcept
 
virtual void dispose () noexcept=0
 
virtual void destroy () noexcept=0
 
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 Member Functions

 __rc_ptr_counted_data_base (const __rc_ptr_counted_data_base &)=delete
 
__rc_ptr_counted_data_baseoperator= (const __rc_ptr_counted_data_base &)=delete
 

Private Attributes

std::size_t use_count_
 
std::size_t weak_count_
 

Detailed Description

Definition at line 37 of file rc_ptr.h.

Constructor & Destructor Documentation

◆ __rc_ptr_counted_data_base() [1/2]

constexpr memory::__rc_ptr_counted_data_base::__rc_ptr_counted_data_base ( )
inlineconstexprnoexcept

Definition at line 39 of file rc_ptr.h.

◆ ~__rc_ptr_counted_data_base()

LIBCOPP_COPP_API memory::__rc_ptr_counted_data_base::~__rc_ptr_counted_data_base ( )
virtualnoexcept

Definition at line 11 of file rc_ptr.cpp.

◆ __rc_ptr_counted_data_base() [2/2]

memory::__rc_ptr_counted_data_base::__rc_ptr_counted_data_base ( const __rc_ptr_counted_data_base )
privatedelete

Member Function Documentation

◆ add_ref()

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

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 ( )
inlinenoexcept

Definition at line 61 of file rc_ptr.h.

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

◆ destroy()

virtual void memory::__rc_ptr_counted_data_base::destroy ( )
pure virtualnoexcept

◆ dispose()

virtual void memory::__rc_ptr_counted_data_base::dispose ( )
pure virtualnoexcept

◆ operator=()

__rc_ptr_counted_data_base & memory::__rc_ptr_counted_data_base::operator= ( const __rc_ptr_counted_data_base )
privatedelete

◆ release()

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

◆ throw_bad_weak_ptr()

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

◆ use_count()

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

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 ( )
inlinenoexcept

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 ( )
inlinenoexcept

Field Documentation

◆ use_count_

std::size_t memory::__rc_ptr_counted_data_base::use_count_
private

Definition at line 97 of file rc_ptr.h.

◆ weak_count_

std::size_t memory::__rc_ptr_counted_data_base::weak_count_
private

Definition at line 98 of file rc_ptr.h.


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