opensurgsim
Public Member Functions | List of all members
Copyable Class Reference

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)
 

Detailed Description

A class that supports copy construction and copy assignment but not moving.


The documentation for this class was generated from the following file: