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

Stores a pointer to a function and its arguments. More...

#include <rtt/internal/BindStorage.hpp>

List of all members.

Public Types

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

Public Member Functions

 BindStorageImpl (const BindStorageImpl &orig)
void store (arg1_type t1)
void exec ()

Public Attributes

boost::function< ToBind > mmeth
AStore< arg1_type > a1
RStore< result_type > retv
bf::vector< RStore
< result_type > &, AStore
< arg1_type > & > 
vStore

Detailed Description

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

Stores a pointer to a function and its arguments.

Definition at line 308 of file BindStorage.hpp.


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