#include <DataSourceStorage.hpp>
Public Member Functions | |
DSRStore () | |
operator T & () | |
T & | result () |
Public Attributes | |
T | arg |
Analogous to RStore, but specific for DataSourceStorage. Lacks the executed check and exec function. It provides storage for a return value, that will be set using a ReferenceDataSource and be read in collect/collectIfDone.
Definition at line 61 of file DataSourceStorage.hpp.
|
inline |
Definition at line 63 of file DataSourceStorage.hpp.
|
inline |
Definition at line 66 of file DataSourceStorage.hpp.
|
inline |
Definition at line 65 of file DataSourceStorage.hpp.
T RTT::internal::DSRStore< T >::arg |
Definition at line 62 of file DataSourceStorage.hpp.