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
strong_rc::n_spt_shared_from_this::impl Class Reference
Inheritance diagram for strong_rc::n_spt_shared_from_this::impl:
Inheritance graph
Collaboration diagram for strong_rc::n_spt_shared_from_this::impl:
Collaboration graph

Public Member Functions

void f () override
 
copp::memory::strong_rc_ptr< XgetX () override
 

Static Public Member Functions

static copp::memory::strong_rc_ptr< implcreate ()
 

Private Member Functions

 impl (impl const &)
 
imploperator= (impl const &)
 
 impl ()
 

Private Attributes

copp::memory::weak_rc_ptr< implweak_this
 

Detailed Description

Definition at line 2468 of file rc_ptr_test.cpp.

Constructor & Destructor Documentation

◆ impl() [1/2]

strong_rc::n_spt_shared_from_this::impl::impl ( impl const &  )
private

◆ impl() [2/2]

strong_rc::n_spt_shared_from_this::impl::impl ( )
inlineprivate

Definition at line 2475 of file rc_ptr_test.cpp.

Member Function Documentation

◆ create()

static copp::memory::strong_rc_ptr< impl > strong_rc::n_spt_shared_from_this::impl::create ( )
inlinestatic

Definition at line 2478 of file rc_ptr_test.cpp.

Referenced by strong_rc::n_spt_shared_from_this::test().

◆ f()

void strong_rc::n_spt_shared_from_this::impl::f ( )
inlineoverridevirtual

Implements strong_rc::n_spt_shared_from_this::X.

Definition at line 2484 of file rc_ptr_test.cpp.

◆ getX()

copp::memory::strong_rc_ptr< X > strong_rc::n_spt_shared_from_this::impl::getX ( )
inlineoverridevirtual

Implements strong_rc::n_spt_shared_from_this::Y.

Definition at line 2486 of file rc_ptr_test.cpp.

References weak_this.

◆ operator=()

impl & strong_rc::n_spt_shared_from_this::impl::operator= ( impl const &  )
private

Field Documentation

◆ weak_this

copp::memory::weak_rc_ptr<impl> strong_rc::n_spt_shared_from_this::impl::weak_this
private

Definition at line 2470 of file rc_ptr_test.cpp.

Referenced by getX().


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