Orocos Real-Time Toolkit  2.6.0
Public Types | Public Member Functions | Public Attributes
RTT::internal::BindStorageImpl< 0, ToBind > Struct Template Reference

When no arguments are to be stored, the implementation stores the function in a boost::function object. More...

#include <rtt/internal/BindStorage.hpp>

List of all members.

Public Types

typedef boost::function_traits
< ToBind >::result_type 
result_type
typedef RStore< result_type > RStoreType

Public Member Functions

 BindStorageImpl (const BindStorageImpl &orig)
void exec ()

Public Attributes

boost::function< ToBind > mmeth
RStore< result_type > retv
bf::vector< RStore
< result_type > & > 
vStore

Detailed Description

template<class ToBind>
struct RTT::internal::BindStorageImpl< 0, ToBind >

When no arguments are to be stored, the implementation stores the function in a boost::function object.

Definition at line 275 of file BindStorage.hpp.


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