Public Member Functions | |
CopyOnlyInt () | |
CopyOnlyInt (int v) | |
CopyOnlyInt (const CopyOnlyInt &c) | |
CopyOnlyInt & | operator= (const CopyOnlyInt &c) |
~CopyOnlyInt () | |
CopyOnlyInt () | |
CopyOnlyInt (int v) | |
CopyOnlyInt (const CopyOnlyInt &c) | |
CopyOnlyInt & | operator= (const CopyOnlyInt &c) |
~CopyOnlyInt () | |
Public Attributes | |
int | value |
Definition at line 86 of file test_copy_move.cpp.
|
inline |
Definition at line 88 of file test_copy_move.cpp.
References print_default_created().
|
inlineexplicit |
Definition at line 89 of file test_copy_move.cpp.
References print_created(), and value.
|
inline |
Definition at line 90 of file test_copy_move.cpp.
References print_copy_created(), and value.
|
inline |
Definition at line 100 of file test_copy_move.cpp.
References print_destroyed().
|
inline |
Definition at line 88 of file test_copy_move.cpp.
References print_default_created().
|
inlineexplicit |
Definition at line 89 of file test_copy_move.cpp.
References print_created(), and value.
|
inline |
Definition at line 90 of file test_copy_move.cpp.
References print_copy_created(), and value.
|
inline |
Definition at line 100 of file test_copy_move.cpp.
References print_destroyed().
|
inline |
Definition at line 95 of file test_copy_move.cpp.
References print_copy_assigned(), and value.
|
inline |
Definition at line 95 of file test_copy_move.cpp.
References print_copy_assigned(), and value.
int CopyOnlyInt::value |
Definition at line 102 of file test_copy_move.cpp.
Referenced by CopyOnlyInt(), and operator=().