libcopp 2.3.1
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions
shared_from_this::impl Class Reference
Inheritance diagram for shared_from_this::impl:
Inheritance graph
Collaboration diagram for shared_from_this::impl:
Collaboration graph

Public Member Functions

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

Detailed Description

Definition at line 4251 of file rc_ptr_test.cpp.

Member Function Documentation

◆ f()

void shared_from_this::impl::f ( )
inlineoverridevirtual

Implements shared_from_this::X.

Definition at line 4253 of file rc_ptr_test.cpp.

◆ getX()

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

Implements shared_from_this::Y.

Definition at line 4255 of file rc_ptr_test.cpp.

References CASE_EXPECT_TRUE.


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