opensurgsim
|
A class that supports copy construction and copy assignment but not moving. More...
Public Member Functions | |
Copyable (const Copyable &o) | |
void | operator= (const Copyable &o) |
int | getValue () const |
void | setValue (int d) |
A class that supports copy construction and copy assignment but not moving.