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

#include <BindStorage.hpp>

Public Types

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

Public Member Functions

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

Public Attributes

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

Member Typedef Documentation

template<class ToBind >
typedef boost::function_traits<ToBind>::arg1_type RTT::internal::BindStorageImpl< 1, ToBind >::arg1_type

Definition at line 317 of file BindStorage.hpp.

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

Definition at line 316 of file BindStorage.hpp.

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

Definition at line 318 of file BindStorage.hpp.

Constructor & Destructor Documentation

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

Definition at line 331 of file BindStorage.hpp.

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

Definition at line 332 of file BindStorage.hpp.

Member Function Documentation

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

Definition at line 338 of file BindStorage.hpp.

template<class ToBind >
void RTT::internal::BindStorageImpl< 1, ToBind >::store ( arg1_type  t1)
inline

Definition at line 337 of file BindStorage.hpp.

Member Data Documentation

template<class ToBind >
AStore<arg1_type> RTT::internal::BindStorageImpl< 1, ToBind >::a1
mutable

Definition at line 323 of file BindStorage.hpp.

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

Definition at line 321 of file BindStorage.hpp.

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

Definition at line 324 of file BindStorage.hpp.

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

Definition at line 326 of file BindStorage.hpp.


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


rtt
Author(s): RTT Developers
autogenerated on Tue Jun 25 2019 19:33:43