For convenience, derived FCam::Action Action classes may inherit from this so they don't have to implement the FCam::Action::copy method. More...
#include <Action.h>


Public Member Functions | |
| Action * | copy () const |
| Make a new copy of this action on the heap using the default copy constructor. | |
For convenience, derived FCam::Action Action classes may inherit from this so they don't have to implement the FCam::Action::copy method.
It's templatized over the derived class type.
Definition at line 51 of file Action.h.
| Action* FCam::CopyableAction< Derived >::copy | ( | ) | const [inline, virtual] |
Make a new copy of this action on the heap using the default copy constructor.
Implements FCam::Action.
1.7.1