
Public Member Functions | |
| virtual void | dispose () |
| bool | done () const |
| virtual void | executeAndDispose () |
| virtual bool | isError () const |
| RemoveMsg (ExecutableInterface *f, ExecutionEngine *ee) | |
Public Member Functions inherited from RTT::base::DisposableInterface | |
| virtual | ~DisposableInterface () |
Public Attributes | |
| bool | found |
| ExecutionEngine * | mee |
| ExecutableInterface * | mf |
Additional Inherited Members | |
Public Types inherited from RTT::base::DisposableInterface | |
| typedef boost::shared_ptr< DisposableInterface > | shared_ptr |
Definition at line 130 of file ExecutionEngine.cpp.
|
inline |
Definition at line 134 of file ExecutionEngine.cpp.
|
inlinevirtual |
Just free this object without executing it.
Implements RTT::base::DisposableInterface.
Definition at line 140 of file ExecutionEngine.cpp.
|
inline |
Definition at line 142 of file ExecutionEngine.cpp.
|
inlinevirtual |
Execute functionality and free this object. You may no longer use this object after calling this method.
Implements RTT::base::DisposableInterface.
Definition at line 136 of file ExecutionEngine.cpp.
|
inlinevirtual |
Definition at line 141 of file ExecutionEngine.cpp.
| bool RTT::RemoveMsg::found |
Definition at line 133 of file ExecutionEngine.cpp.
| ExecutionEngine* RTT::RemoveMsg::mee |
Definition at line 132 of file ExecutionEngine.cpp.
| ExecutableInterface* RTT::RemoveMsg::mf |
Definition at line 131 of file ExecutionEngine.cpp.