#include <BindStorage.hpp>

Public Member Functions | |
| void | checkError () const |
| template<class F > | |
| void | exec (F f) |
| bool | isError () const |
| bool | isExecuted () const |
| void | result () |
| RStore () | |
Public Attributes | |
| bool | error |
| bool | executed |
Definition at line 94 of file BindStorage.hpp.
| RTT::internal::RStore< void >::RStore | ( | ) | [inline] |
Reimplemented in RTT::internal::RStore< const T >, RTT::internal::RStore< T & >, RTT::internal::RStore< T >, and RTT::internal::RStore< result_type >.
Definition at line 97 of file BindStorage.hpp.
| void RTT::internal::RStore< void >::checkError | ( | ) | const [inline] |
Definition at line 99 of file BindStorage.hpp.
| void RTT::internal::RStore< void >::exec | ( | F | f | ) | [inline] |
Reimplemented in RTT::internal::RStore< const T >, RTT::internal::RStore< T & >, RTT::internal::RStore< T >, and RTT::internal::RStore< result_type >.
Definition at line 112 of file BindStorage.hpp.
| bool RTT::internal::RStore< void >::isError | ( | ) | const [inline] |
Definition at line 103 of file BindStorage.hpp.
| bool RTT::internal::RStore< void >::isExecuted | ( | ) | const [inline] |
Definition at line 107 of file BindStorage.hpp.
| void RTT::internal::RStore< void >::result | ( | ) | [inline] |
Reimplemented in RTT::internal::RStore< const T >, RTT::internal::RStore< T & >, RTT::internal::RStore< T >, and RTT::internal::RStore< result_type >.
Definition at line 126 of file BindStorage.hpp.
| bool RTT::internal::RStore< void >::error |
Definition at line 96 of file BindStorage.hpp.
| bool RTT::internal::RStore< void >::executed |
Definition at line 95 of file BindStorage.hpp.