#include <BindStorage.hpp>

Public Member Functions | |
| template<class F > | |
| void | exec (F f) |
| operator T & () | |
| T & | result () |
| RStore () | |
Public Member Functions inherited from RTT::internal::RStore< void > | |
| void | checkError () const |
| template<class F > | |
| void | exec (F f) |
| bool | isError () const |
| bool | isExecuted () const |
| void | result () |
| RStore () | |
Public Attributes | |
| T * | arg |
Public Attributes inherited from RTT::internal::RStore< void > | |
| bool | error |
| bool | executed |
Definition at line 170 of file BindStorage.hpp.
|
inline |
Definition at line 173 of file BindStorage.hpp.
Definition at line 176 of file BindStorage.hpp.
|
inline |
Definition at line 193 of file BindStorage.hpp.
|
inline |
Definition at line 192 of file BindStorage.hpp.
| T* RTT::internal::RStore< T & >::arg |
Definition at line 172 of file BindStorage.hpp.