Public Types | Public Member Functions
RTT::base::DisposableInterface Class Reference

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

#include <DisposableInterface.hpp>

Inheritance diagram for RTT::base::DisposableInterface:
Inheritance graph
[legend]

List of all members.

Public Types

typedef boost::shared_ptr
< DisposableInterface
shared_ptr

Public Member Functions

virtual void dispose ()=0
virtual void executeAndDispose ()=0
virtual ~DisposableInterface ()

Detailed Description

An object that is executable and is freed after execution.

Definition at line 53 of file DisposableInterface.hpp.


Member Typedef Documentation


Constructor & Destructor Documentation

Definition at line 62 of file DisposableInterface.hpp.


Member Function Documentation

virtual void RTT::base::DisposableInterface::dispose ( ) [pure virtual]
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::FusedMSignal< Signature >, RTT::RemoveMsg, RTT::internal::LocalOperationCallerImpl< FunctionT >, and RTT::internal::RemoteOperationCallerImpl< OperationCallerT >.


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


rtt
Author(s): RTT Developers
autogenerated on Fri Sep 9 2016 04:02:18