#include <BindStorage.hpp>
| Public Member Functions | |
| AStore () | |
| AStore (T t) | |
| AStore (AStore const &o) | |
| T & | get () | 
| operator T () | |
| void | operator() (T a) | 
| 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.
| RTT::internal::AStore< T >::AStore | ( | ) |  [inline] | 
Definition at line 68 of file BindStorage.hpp.
| RTT::internal::AStore< T >::AStore | ( | T | t | ) |  [inline] | 
Definition at line 69 of file BindStorage.hpp.
| RTT::internal::AStore< T >::AStore | ( | AStore< T > const & | o | ) |  [inline] | 
Definition at line 70 of file BindStorage.hpp.
| T& RTT::internal::AStore< T >::get | ( | ) |  [inline] | 
Definition at line 72 of file BindStorage.hpp.
| RTT::internal::AStore< T >::operator T | ( | ) |  [inline] | 
Definition at line 74 of file BindStorage.hpp.
| void RTT::internal::AStore< T >::operator() | ( | T | a | ) |  [inline] | 
Definition at line 73 of file BindStorage.hpp.
| T RTT::internal::AStore< T >::arg | 
Definition at line 67 of file BindStorage.hpp.