Orocos Real-Time Toolkit  2.8.3
Public Member Functions | Public Attributes | List of all members
RTT::internal::RStore< void > Struct Template Reference

#include <rtt/internal/BindStorage.hpp>

Inheritance diagram for RTT::internal::RStore< void >:
RTT::internal::RStore< result_type > RTT::internal::RStore< T > RTT::internal::RStore< const T > RTT::internal::RStore< T & >

Public Member Functions

 RStore ()
 
void checkError () const
 
bool isError () const
 
bool isExecuted () const
 
template<class F >
void exec (F f)
 
void result ()
 

Public Attributes

bool executed
 
bool error
 

Detailed Description

template<>
struct RTT::internal::RStore< void >

Definition at line 94 of file BindStorage.hpp.

Constructor & Destructor Documentation

RTT::internal::RStore< void >::RStore ( )
inline

Definition at line 97 of file BindStorage.hpp.

Member Function Documentation

void RTT::internal::RStore< void >::checkError ( ) const
inline
template<class F >
void RTT::internal::RStore< void >::exec ( f)
inline

Definition at line 112 of file BindStorage.hpp.

References RTT::Error.

bool RTT::internal::RStore< void >::isError ( ) const
inline
bool RTT::internal::RStore< void >::isExecuted ( ) const
inline

Definition at line 107 of file BindStorage.hpp.

void RTT::internal::RStore< void >::result ( )
inline

Definition at line 126 of file BindStorage.hpp.

Member Data Documentation

bool RTT::internal::RStore< void >::error

Definition at line 96 of file BindStorage.hpp.

bool RTT::internal::RStore< void >::executed

The documentation for this struct was generated from the following file: