Public Types | Public Member Functions | Public Attributes | List of all members
RTT::internal::BindStorageImpl< 0, ToBind > Struct Template Reference

#include <BindStorage.hpp>

Public Types

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

Public Member Functions

 BindStorageImpl ()
 
 BindStorageImpl (const BindStorageImpl &orig)
 
void exec ()
 

Public Attributes

boost::function< ToBind > mmeth
 
RStore< result_typeretv
 
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 278 of file BindStorage.hpp.

Member Typedef Documentation

template<class ToBind >
typedef boost::function_traits<ToBind>::result_type RTT::internal::BindStorageImpl< 0, ToBind >::result_type

Definition at line 280 of file BindStorage.hpp.

template<class ToBind >
typedef RStore<result_type> RTT::internal::BindStorageImpl< 0, ToBind >::RStoreType

Definition at line 281 of file BindStorage.hpp.

Constructor & Destructor Documentation

template<class ToBind >
RTT::internal::BindStorageImpl< 0, ToBind >::BindStorageImpl ( )
inline

Definition at line 292 of file BindStorage.hpp.

template<class ToBind >
RTT::internal::BindStorageImpl< 0, ToBind >::BindStorageImpl ( const BindStorageImpl< 0, ToBind > &  orig)
inline

Definition at line 293 of file BindStorage.hpp.

Member Function Documentation

template<class ToBind >
void RTT::internal::BindStorageImpl< 0, ToBind >::exec ( )
inline

Definition at line 299 of file BindStorage.hpp.

Member Data Documentation

template<class ToBind >
boost::function<ToBind> RTT::internal::BindStorageImpl< 0, ToBind >::mmeth

Definition at line 284 of file BindStorage.hpp.

template<class ToBind >
RStore<result_type> RTT::internal::BindStorageImpl< 0, ToBind >::retv
mutable

Definition at line 285 of file BindStorage.hpp.

template<class ToBind >
bf::vector< RStore<result_type>&> RTT::internal::BindStorageImpl< 0, ToBind >::vStore

Definition at line 287 of file BindStorage.hpp.


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


rtt
Author(s): RTT Developers
autogenerated on Fri Oct 25 2019 03:59:46