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 153 of file ExecutionEngine.cpp.
RTT::RemoveMsg::RemoveMsg | ( | ExecutableInterface * | f, |
ExecutionEngine * | ee | ||
) | [inline] |
Definition at line 157 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 163 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 159 of file ExecutionEngine.cpp.
virtual bool RTT::RemoveMsg::isError | ( | ) | const [inline, virtual] |
Definition at line 164 of file ExecutionEngine.cpp.
Definition at line 156 of file ExecutionEngine.cpp.
Definition at line 155 of file ExecutionEngine.cpp.
Definition at line 154 of file ExecutionEngine.cpp.