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

#include <rtt/internal/BindStorage.hpp>

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

Public Member Functions

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

Public Attributes

T * arg
 
bool executed
 
bool error
 

Detailed Description

template<class T>
struct RTT::internal::RStore< T & >

Definition at line 168 of file BindStorage.hpp.

Constructor & Destructor Documentation

template<class T >
RTT::internal::RStore< T & >::RStore ( )
inline

Definition at line 171 of file BindStorage.hpp.

Member Function Documentation

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

Definition at line 174 of file BindStorage.hpp.

References RTT::Error.

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

Definition at line 107 of file BindStorage.hpp.

template<class T >
RTT::internal::RStore< T & >::operator T & ( )
inline

Definition at line 191 of file BindStorage.hpp.

References RTT::internal::AStore< T >::arg.

template<class T >
T& RTT::internal::RStore< T & >::result ( )
inline

Definition at line 190 of file BindStorage.hpp.

References RTT::internal::AStore< T >::arg.

Member Data Documentation

template<class T >
T* RTT::internal::RStore< T & >::arg

Definition at line 170 of file BindStorage.hpp.

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

Definition at line 96 of file BindStorage.hpp.

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

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