|
Orocos Real-Time Toolkit
2.9.0
|
Store a bound argument which may be a reference, const reference or any other type. More...
#include <rtt/internal/BindStorage.hpp>
Public Types | |
| typedef T | arg_type |
Public Member Functions | |
| AStore () | |
| AStore (T t) | |
| AStore (AStore const &o) | |
| T & | get () |
| void | operator() (T a) |
| operator T & () | |
Public Attributes | |
| T | arg |
Store a bound argument which may be a reference, const reference or any other type.
Definition at line 65 of file BindStorage.hpp.
| typedef T RTT::internal::AStore< T >::arg_type |
Definition at line 67 of file BindStorage.hpp.
|
inline |
Definition at line 69 of file BindStorage.hpp.
|
inline |
Definition at line 70 of file BindStorage.hpp.
|
inline |
Definition at line 71 of file BindStorage.hpp.
|
inline |
Definition at line 73 of file BindStorage.hpp.
Referenced by RTT::internal::DataSourceArgStorage< A & >::newarg(), and RTT::internal::DataSourceArgStorage< A const & >::newarg().
|
inline |
Definition at line 75 of file BindStorage.hpp.
References RTT::internal::AStore< T >::arg.
|
inline |
Definition at line 74 of file BindStorage.hpp.
| T RTT::internal::AStore< T >::arg |
Definition at line 68 of file BindStorage.hpp.
Referenced by RTT::internal::AStore< arg4_type & >::get(), RTT::internal::AStore< T & >::get(), RTT::internal::AStore< T >::operator T &(), RTT::internal::AStore< T & >::operator T &(), RTT::internal::RStore< T >::operator T &(), RTT::internal::RStore< T & >::operator T &(), RTT::internal::RStore< const T >::operator T &(), RTT::internal::RStore< result_type >::result(), RTT::internal::RStore< T & >::result(), and RTT::internal::RStore< const T >::result().
1.8.11