
Public Member Functions | |
| virtual void | dispose () |
| virtual void | executeAndDispose () |
| virtual bool | isError () const |
| RemoveMsg (ExecutableInterface *f, ExecutionEngine *ee) | |
Public Attributes | |
| bool | found |
| ExecutionEngine * | mee |
| ExecutableInterface * | mf |
Definition at line 149 of file ExecutionEngine.cpp.
| RTT::RemoveMsg::RemoveMsg | ( | ExecutableInterface * | f, |
| ExecutionEngine * | ee | ||
| ) | [inline] |
Definition at line 153 of file ExecutionEngine.cpp.
| virtual void RTT::RemoveMsg::dispose | ( | ) | [inline, virtual] |
Just free this object without executing it.
Implements RTT::base::DisposableInterface.
Definition at line 159 of file ExecutionEngine.cpp.
| virtual void RTT::RemoveMsg::executeAndDispose | ( | ) | [inline, virtual] |
Execute functionality and free this object. You may no longer use this object after calling this method.
Implements RTT::base::DisposableInterface.
Definition at line 155 of file ExecutionEngine.cpp.
| virtual bool RTT::RemoveMsg::isError | ( | ) | const [inline, virtual] |
Definition at line 160 of file ExecutionEngine.cpp.
Definition at line 152 of file ExecutionEngine.cpp.
Definition at line 151 of file ExecutionEngine.cpp.
Definition at line 150 of file ExecutionEngine.cpp.