Protected Types | Protected Member Functions | Static Protected Member Functions | Protected Attributes | List of all members
atomic_shared_ptr_base< X, Y, Z, E > Struct Template Reference

Base class for atomic_shared_ptr without intrusive counting, so-called "simple counted".
A global referece counter (an instance of atomic_shared_ptr_gref_) will be created. More...

#include <atomic_smart_ptr.h>

Inheritance diagram for atomic_shared_ptr_base< X, Y, Z, E >:
Inheritance graph
[legend]

Protected Types

enum  { ATOMIC_SHARED_REF_ALIGNMENT = (sizeof(intptr_t)) }
 
typedef
atomic_shared_ptr_gref_< T > 
Ref
 
typedef Ref::Refcnt Refcnt
 

Protected Member Functions

template<typename Y , typename D >
void reset_unsafe (Y *y, D deleter)
 
T * get () noexcept
 
const T * get () const noexcept
 
int _use_count_ () const noexcept
 

Static Protected Member Functions

static int deleter (Ref *p) noexcept
 

Protected Attributes

reflocal_var_t m_ref
 

Detailed Description

template<typename X, typename Y, typename Z, typename E>
struct atomic_shared_ptr_base< X, Y, Z, E >

Base class for atomic_shared_ptr without intrusive counting, so-called "simple counted".
A global referece counter (an instance of atomic_shared_ptr_gref_) will be created.

Definition at line 83 of file atomic_smart_ptr.h.

Member Function Documentation

template<typename X, typename Y, typename Z, typename E>
template<typename Y , typename D >
void atomic_shared_ptr_base< X, Y, Z, E >::reset_unsafe ( Y *  y,
deleter 
)
inlineprotected

can be used to initialize the internal pointer m_ref.

See Also
reset()

Definition at line 120 of file atomic_smart_ptr.h.

Referenced by local_shared_ptr< typename Transactional::Node< XNode >::Packet >::reset().


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

Generated for KAME4 by  doxygen 1.8.3