Partial specialisations for storing a const reference. More...
#include <DataSourceStorage.hpp>
Public Types | |
| typedef AStore< A const & > | Store |
Public Member Functions | |
| DataSourceArgStorage () | |
| void | newarg (A const &a) |
Public Attributes | |
| AStore< A const & > | arg |
| LateConstReferenceDataSource < A >::shared_ptr | value |
Partial specialisations for storing a const reference.
Definition at line 200 of file DataSourceStorage.hpp.
| typedef AStore<A const&> RTT::internal::DataSourceArgStorage< A const & >::Store |
Definition at line 202 of file DataSourceStorage.hpp.
| RTT::internal::DataSourceArgStorage< A const & >::DataSourceArgStorage | ( | ) | [inline] |
Definition at line 206 of file DataSourceStorage.hpp.
| void RTT::internal::DataSourceArgStorage< A const & >::newarg | ( | A const & | a | ) | [inline] |
Definition at line 209 of file DataSourceStorage.hpp.
| AStore<A const&> RTT::internal::DataSourceArgStorage< A const & >::arg |
Definition at line 203 of file DataSourceStorage.hpp.
| LateConstReferenceDataSource<A>::shared_ptr RTT::internal::DataSourceArgStorage< A const & >::value |
Definition at line 205 of file DataSourceStorage.hpp.