Orocos Real-Time Toolkit
2.6.0
|
Stores a pointer to a function and its arguments. More...
#include <rtt/internal/BindStorage.hpp>
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 |
Stores a pointer to a function and its arguments.
Definition at line 308 of file BindStorage.hpp.