Orocos Real-Time Toolkit
2.6.0
|
When no arguments are to be stored, the implementation stores the function in a boost::function object. More...
#include <rtt/internal/BindStorage.hpp>
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 |
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.