|
OpenJAUS SAE SDK
6.0.0
|
#include <ActionImpl.h>
Inherits openjaus::model::Action.
Public Member Functions | |
| ActionImpl () | |
| virtual | ~ActionImpl () |
| ActionImpl (void(C::*fp)(), C *object) | |
| virtual void | execute () |
| virtual std::string | toString () const |
Public Member Functions inherited from openjaus::model::Action | |
| Action () | |
| virtual | ~Action () |
Protected Attributes | |
| C * | object |
| void(C::* | action )() |
| openjaus::model::ActionImpl< C >::ActionImpl | ( | ) |
|
virtual |
| openjaus::model::ActionImpl< C >::ActionImpl | ( | void(C::*)() | fp, |
| C * | object | ||
| ) |
|
virtual |
Reimplemented from openjaus::model::Action.
|
virtual |
Reimplemented from openjaus::model::Action.
|
protected |
|
protected |