libcopp 2.3.1
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Member Functions | Private Attributes | Friends
memory::enable_shared_rc_from_this< T > Class Template Reference

#include <rc_ptr.h>

Collaboration diagram for memory::enable_shared_rc_from_this< T >:
Collaboration graph

Public Member Functions

strong_rc_ptr< T > shared_from_this ()
 
strong_rc_ptr< const T > shared_from_this () const
 
weak_rc_ptr< T > weak_from_this ()
 
weak_rc_ptr< const T > weak_from_this () const
 
template<class Y >
void __internal_weak_assign (T *__p, const __strong_rc_counter< Y > &__n) const noexcept
 

Protected Member Functions

 enable_shared_rc_from_this ()=default
 
 enable_shared_rc_from_this (const enable_shared_rc_from_this &)=default
 
enable_shared_rc_from_thisoperator= (const enable_shared_rc_from_this &)=default
 
 ~enable_shared_rc_from_this ()=default
 

Private Attributes

weak_rc_ptr< T > weak_this_
 

Friends

template<class >
class LIBCOPP_COPP_API_HEAD_ONLY strong_rc_ptr
 

Detailed Description

template<class T>
class memory::enable_shared_rc_from_this< T >

Definition at line 1247 of file rc_ptr.h.

Constructor & Destructor Documentation

◆ enable_shared_rc_from_this() [1/2]

template<class T >
memory::enable_shared_rc_from_this< T >::enable_shared_rc_from_this ( )
protecteddefault

◆ enable_shared_rc_from_this() [2/2]

template<class T >
memory::enable_shared_rc_from_this< T >::enable_shared_rc_from_this ( const enable_shared_rc_from_this< T > &  )
protecteddefault

◆ ~enable_shared_rc_from_this()

template<class T >
memory::enable_shared_rc_from_this< T >::~enable_shared_rc_from_this ( )
protecteddefault

Member Function Documentation

◆ __internal_weak_assign()

template<class T >
template<class Y >
void memory::enable_shared_rc_from_this< T >::__internal_weak_assign ( T *  __p,
const __strong_rc_counter< Y > &  __n 
) const
inlinenoexcept

◆ operator=()

template<class T >
enable_shared_rc_from_this & memory::enable_shared_rc_from_this< T >::operator= ( const enable_shared_rc_from_this< T > &  )
protecteddefault

◆ shared_from_this() [1/2]

template<class T >
strong_rc_ptr< T > memory::enable_shared_rc_from_this< T >::shared_from_this ( )
inline

◆ shared_from_this() [2/2]

template<class T >
strong_rc_ptr< const T > memory::enable_shared_rc_from_this< T >::shared_from_this ( ) const
inline

◆ weak_from_this() [1/2]

template<class T >
weak_rc_ptr< T > memory::enable_shared_rc_from_this< T >::weak_from_this ( )
inline

Definition at line 1271 of file rc_ptr.h.

References memory::enable_shared_rc_from_this< T >::weak_this_.

◆ weak_from_this() [2/2]

template<class T >
weak_rc_ptr< const T > memory::enable_shared_rc_from_this< T >::weak_from_this ( ) const
inline

Definition at line 1273 of file rc_ptr.h.

References memory::enable_shared_rc_from_this< T >::weak_this_.

Friends And Related Symbol Documentation

◆ strong_rc_ptr

template<class T >
template<class >
friend class LIBCOPP_COPP_API_HEAD_ONLY strong_rc_ptr
friend

Definition at line 1283 of file rc_ptr.h.

Field Documentation

◆ weak_this_

template<class T >
weak_rc_ptr<T> memory::enable_shared_rc_from_this< T >::weak_this_
mutableprivate

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