Orocos Real-Time Toolkit  2.6.0
Public Types | Public Member Functions
RTT::base::DisposableInterface Class Reference

An object that is executable and is freed after execution. More...

#include <rtt/base/DisposableInterface.hpp>

Inheritance diagram for RTT::base::DisposableInterface:
RTT::base::OperationCallerInterface RTT::base::OperationCallerBase< FunctionT > RTT::base::OperationCallerBase< OperationCallerT > RTT::base::OperationCallerBase< F > RTT::internal::LocalOperationCallerImpl< FunctionT > RTT::internal::RemoteOperationCallerImpl< OperationCallerT >

List of all members.

Public Types

typedef boost::shared_ptr
< DisposableInterface
shared_ptr
 Use this type for shared pointer storage of an DisposableInterface object.

Public Member Functions

virtual void executeAndDispose ()=0
 Execute functionality and free this object.
virtual void dispose ()=0
 Just free this object without executing it.

Detailed Description

An object that is executable and is freed after execution.

Definition at line 53 of file DisposableInterface.hpp.


Member Function Documentation

virtual void RTT::base::DisposableInterface::executeAndDispose ( ) [pure virtual]

Execute functionality and free this object.

You may no longer use this object after calling this method.

Implemented in RTT::internal::LocalOperationCallerImpl< FunctionT >, and RTT::internal::RemoteOperationCallerImpl< OperationCallerT >.


The documentation for this class was generated from the following file: