#include <BindStorage.hpp>

Public Member Functions | |
| template<class F > | |
| void | exec (F f) |
| operator T & () | |
| T & | result () |
| RStore () | |
Public Attributes | |
| T | arg |
Definition at line 195 of file BindStorage.hpp.
| RTT::internal::RStore< const T >::RStore | ( | ) | [inline] |
Reimplemented from RTT::internal::RStore< void >.
Definition at line 197 of file BindStorage.hpp.
Stores the result of a function. The RStore<void> specialisation will not store anything, and just call f().
| f | The function object to execute and store the results from |
Reimplemented from RTT::internal::RStore< void >.
Definition at line 209 of file BindStorage.hpp.
| RTT::internal::RStore< const T >::operator T & | ( | ) | [inline] |
Definition at line 200 of file BindStorage.hpp.
| T& RTT::internal::RStore< const T >::result | ( | ) | [inline] |
Reimplemented from RTT::internal::RStore< void >.
Definition at line 199 of file BindStorage.hpp.
| T RTT::internal::RStore< const T >::arg |
Definition at line 196 of file BindStorage.hpp.