An object that can be passed to Copy to be copied.
More...
#include "copyable.hpp"
|
template<typename TheCopyable > |
std::auto_ptr< TheCopyable > | Copy (TheCopyable const &) |
|
Definition at line 34 of file copyable.hpp.
◆ ~Copyable()
virtual Om::Copyable::~Copyable |
( |
| ) |
|
|
pure virtual |
◆ Copy()
virtual std::auto_ptr<Copyable> Om::Copyable::Copy |
( |
| ) |
const |
|
pure virtual |
◆ operator=()
◆ Copy
template<typename TheCopyable >
std::auto_ptr<TheCopyable> Copy |
( |
TheCopyable const & |
| ) |
|
|
friend |
- Returns
- A polymorphic copy of the object.
The documentation for this class was generated from the following file: