libcopp 2.3.1
|
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 () |
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().
void weak_rc::n_assignment::copy_assignment | ( | copp::memory::strong_rc_ptr< T > & | sp | ) |
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.
void weak_rc::n_assignment::test | ( | ) |
Definition at line 3520 of file rc_ptr_test.cpp.
References conversion_assignment(), copy_assignment(), and weak_rc::create_incomplete().
Referenced by weak_rc::CASE_TEST().