libcopp 2.3.1
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Data Fields | Static Public Attributes | Private Member Functions
sp_unique_ptr::Y Struct Reference
Collaboration diagram for sp_unique_ptr::Y:
Collaboration graph

Public Member Functions

 Y ()
 
 ~Y ()
 

Data Fields

bool deleted_
 

Static Public Attributes

static int instances = 0
 

Private Member Functions

 Y (Y const &)
 
Yoperator= (Y const &)
 

Detailed Description

Definition at line 4323 of file rc_ptr_test.cpp.

Constructor & Destructor Documentation

◆ Y() [1/2]

sp_unique_ptr::Y::Y ( )
inline

Definition at line 4328 of file rc_ptr_test.cpp.

References instances.

◆ ~Y()

sp_unique_ptr::Y::~Y ( )
inline

Definition at line 4330 of file rc_ptr_test.cpp.

References CASE_EXPECT_TRUE, deleted_, and instances.

◆ Y() [2/2]

sp_unique_ptr::Y::Y ( Y const &  )
private

Member Function Documentation

◆ operator=()

Y & sp_unique_ptr::Y::operator= ( Y const &  )
private

Field Documentation

◆ deleted_

bool sp_unique_ptr::Y::deleted_

Definition at line 4326 of file rc_ptr_test.cpp.

Referenced by sp_unique_ptr::YD::operator()(), and ~Y().

◆ instances

int sp_unique_ptr::Y::instances = 0
static

Definition at line 4324 of file rc_ptr_test.cpp.

Referenced by sp_unique_ptr::CASE_TEST(), Y(), and ~Y().


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