Public Member Functions | |
CopyOnlyInt () | |
CopyOnlyInt (const CopyOnlyInt &c) | |
CopyOnlyInt (int v) | |
CopyOnlyInt & | operator= (const CopyOnlyInt &c) |
~CopyOnlyInt () | |
Public Attributes | |
int | value |
Definition at line 88 of file test_copy_move.cpp.
|
inline |
Definition at line 90 of file test_copy_move.cpp.
|
inlineexplicit |
Definition at line 91 of file test_copy_move.cpp.
|
inline |
Definition at line 92 of file test_copy_move.cpp.
|
inline |
Definition at line 102 of file test_copy_move.cpp.
|
inline |
Definition at line 97 of file test_copy_move.cpp.
int CopyOnlyInt::value |
Definition at line 104 of file test_copy_move.cpp.