#include <DataSourceStorage.hpp>
Public Types | |
typedef remove_cr< R >::type | ds_type |
typedef remove_cr< R >::type | ds_type |
Public Member Functions | |
DataSourceResultStorage () | |
DataSourceResultStorage () | |
R | getResult () |
R | getResult () |
template<class ContainerT > | |
void | initRet (ContainerT &cc) |
template<class ContainerT > | |
void | initRet (ContainerT &cc) |
Public Attributes | |
ReferenceDataSource< ds_type > ::shared_ptr | result |
DSRStore< R > | retn |
Partial specialisations for storing a void, not a void or reference Wraps around RStore.
Definition at line 93 of file install/include/rtt/internal/DataSourceStorage.hpp.
typedef remove_cr<R>::type RTT::internal::DataSourceResultStorage< R >::ds_type |
Definition at line 95 of file rtt/internal/DataSourceStorage.hpp.
typedef remove_cr<R>::type RTT::internal::DataSourceResultStorage< R >::ds_type |
Definition at line 95 of file install/include/rtt/internal/DataSourceStorage.hpp.
RTT::internal::DataSourceResultStorage< R >::DataSourceResultStorage | ( | ) | [inline] |
Definition at line 99 of file install/include/rtt/internal/DataSourceStorage.hpp.
RTT::internal::DataSourceResultStorage< R >::DataSourceResultStorage | ( | ) | [inline] |
Definition at line 99 of file rtt/internal/DataSourceStorage.hpp.
R RTT::internal::DataSourceResultStorage< R >::getResult | ( | ) | [inline] |
Definition at line 109 of file rtt/internal/DataSourceStorage.hpp.
R RTT::internal::DataSourceResultStorage< R >::getResult | ( | ) | [inline] |
Definition at line 109 of file install/include/rtt/internal/DataSourceStorage.hpp.
void RTT::internal::DataSourceResultStorage< R >::initRet | ( | ContainerT & | cc | ) | [inline] |
Definition at line 105 of file rtt/internal/DataSourceStorage.hpp.
void RTT::internal::DataSourceResultStorage< R >::initRet | ( | ContainerT & | cc | ) | [inline] |
Definition at line 105 of file install/include/rtt/internal/DataSourceStorage.hpp.
ReferenceDataSource< ds_type >::shared_ptr RTT::internal::DataSourceResultStorage< R >::result |
Definition at line 97 of file install/include/rtt/internal/DataSourceStorage.hpp.
DSRStore< R > RTT::internal::DataSourceResultStorage< R >::retn |
Definition at line 96 of file install/include/rtt/internal/DataSourceStorage.hpp.