Public Member Functions | |
CopyOnlyInt () | |
CopyOnlyInt (int v) | |
CopyOnlyInt (const CopyOnlyInt &c) | |
CopyOnlyInt & | operator= (const CopyOnlyInt &c) |
~CopyOnlyInt () | |
Public Attributes | |
int | value |
Definition at line 61 of file test_copy_move.cpp.
|
inline |
Definition at line 63 of file test_copy_move.cpp.
|
inline |
Definition at line 64 of file test_copy_move.cpp.
|
inline |
Definition at line 65 of file test_copy_move.cpp.
|
inline |
Definition at line 67 of file test_copy_move.cpp.
|
inline |
Definition at line 66 of file test_copy_move.cpp.
int CopyOnlyInt::value |
Definition at line 69 of file test_copy_move.cpp.