libcopp 2.3.1
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Member Functions | Private Attributes
strong_rc::n_spt_abstract::X_impl Class Reference
Inheritance diagram for strong_rc::n_spt_abstract::X_impl:
Inheritance graph
Collaboration diagram for strong_rc::n_spt_abstract::X_impl:
Collaboration graph

Public Member Functions

 X_impl ()
 
 ~X_impl ()
 
void f (int n) override
 
int g () override
 

Private Member Functions

 X_impl (X_impl const &)
 
X_imploperator= (X_impl const &)
 

Private Attributes

int n_
 

Detailed Description

Definition at line 2602 of file rc_ptr_test.cpp.

Constructor & Destructor Documentation

◆ X_impl() [1/2]

strong_rc::n_spt_abstract::X_impl::X_impl ( X_impl const &  )
private

◆ X_impl() [2/2]

strong_rc::n_spt_abstract::X_impl::X_impl ( )
inline

Definition at line 2610 of file rc_ptr_test.cpp.

References strong_rc::n_spt_abstract::X_instances.

◆ ~X_impl()

strong_rc::n_spt_abstract::X_impl::~X_impl ( )
inline

Definition at line 2612 of file rc_ptr_test.cpp.

References strong_rc::n_spt_abstract::X_instances.

Member Function Documentation

◆ f()

void strong_rc::n_spt_abstract::X_impl::f ( int  n)
inlineoverridevirtual

Implements strong_rc::n_spt_abstract::X.

Definition at line 2614 of file rc_ptr_test.cpp.

References n_.

◆ g()

int strong_rc::n_spt_abstract::X_impl::g ( )
inlineoverridevirtual

Implements strong_rc::n_spt_abstract::X.

Definition at line 2616 of file rc_ptr_test.cpp.

References n_.

◆ operator=()

X_impl & strong_rc::n_spt_abstract::X_impl::operator= ( X_impl const &  )
private

Field Documentation

◆ n_

int strong_rc::n_spt_abstract::X_impl::n_
private

Definition at line 2607 of file rc_ptr_test.cpp.

Referenced by f(), and g().


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