Try to adapt a DataSourceBase to a DataSource< by ref >. More...
#include <rtt/DataSourceAdaptor.hpp>
Public Types | |
typedef TResult & | Result |
Public Member Functions | |
DataSource< Result >::shared_ptr | operator() (DataSourceBase::shared_ptr dsb) const |
Try to adapt a DataSourceBase to a DataSource< by ref >.
Only allow one 'conversion' : ref to ref. All the others are illegal in C++ too.
Definition at line 639 of file DataSourceAdaptor.hpp.