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