libcopp 2.3.1
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
weak_rc::n_assignment Namespace Reference

Functions

template<class T >
void copy_assignment (copp::memory::strong_rc_ptr< T > &sp)
 
void conversion_assignment ()
 
template<class T , class U >
void shared_ptr_assignment (copp::memory::strong_rc_ptr< U > &sp, T *=0)
 
void test ()
 

Function Documentation

◆ conversion_assignment()

void weak_rc::n_assignment::conversion_assignment ( )

Definition at line 3418 of file rc_ptr_test.cpp.

References CASE_EXPECT_TRUE, and weak_rc::create_incomplete().

Referenced by test().

◆ copy_assignment()

template<class T >
void weak_rc::n_assignment::copy_assignment ( copp::memory::strong_rc_ptr< T > &  sp)

Definition at line 3380 of file rc_ptr_test.cpp.

References CASE_EXPECT_TRUE.

Referenced by test().

◆ shared_ptr_assignment()

template<class T , class U >
void weak_rc::n_assignment::shared_ptr_assignment ( copp::memory::strong_rc_ptr< U > &  sp,
T *  = 0 
)

Definition at line 3490 of file rc_ptr_test.cpp.

References CASE_EXPECT_TRUE.

◆ test()

void weak_rc::n_assignment::test ( )