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

Template class definition for reference-counted.(inplacement) More...

#include <rc_ptr.h>

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

Public Member Functions

template<class... Args>
 __rc_ptr_counted_data_inplace (Args &&... args)
 
void dispose () noexcept override
 
void destroy () noexcept override
 
T * ptr () noexcept
 
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

void * addr ()
 

Private Attributes

nostd::aligned_storage_t< sizeof(T), alignof(T)> storage_
 
std::size_t use_count_
 
std::size_t weak_count_
 

Detailed Description

template<class T>
class memory::__rc_ptr_counted_data_inplace< T >

Template class definition for reference-counted.(inplacement)

Note
Construct object and counter inplace with default allocator. This will reduce memory fragmentation and slightly improve performance.

Definition at line 138 of file rc_ptr.h.

Constructor & Destructor Documentation

◆ __rc_ptr_counted_data_inplace()

template<class T >
template<class... Args>
memory::__rc_ptr_counted_data_inplace< T >::__rc_ptr_counted_data_inplace ( Args &&...  args)
inlineexplicit

Definition at line 141 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().

◆ addr()

template<class T >
void * memory::__rc_ptr_counted_data_inplace< T >::addr ( )
inlineprivate

Definition at line 166 of file rc_ptr.h.

◆ destroy()

template<class T >
void memory::__rc_ptr_counted_data_inplace< T >::destroy ( )
inlineoverridevirtualnoexcept

Implements memory::__rc_ptr_counted_data_base.

Definition at line 155 of file rc_ptr.h.

◆ dispose()

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

Implements memory::__rc_ptr_counted_data_base.

Definition at line 148 of file rc_ptr.h.

◆ ptr()

template<class T >
T * memory::__rc_ptr_counted_data_inplace< T >::ptr ( )
inlinenoexcept

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

◆ storage_

template<class T >
nostd::aligned_storage_t<sizeof(T), alignof(T)> memory::__rc_ptr_counted_data_inplace< T >::storage_
private

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