Public Member Functions | Public Attributes | List of all members
RTT::internal::RStore< const T > Struct Template Reference

#include <BindStorage.hpp>

Inheritance diagram for RTT::internal::RStore< const T >:
Inheritance graph
[legend]

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

arg
 
- Public Attributes inherited from RTT::internal::RStore< void >
bool error
 
bool executed
 

Detailed Description

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

Definition at line 197 of file BindStorage.hpp.

Constructor & Destructor Documentation

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

Definition at line 199 of file BindStorage.hpp.

Member Function Documentation

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

Stores the result of a function. The RStore<void> specialisation will not store anything, and just call f().

Parameters
fThe function object to execute and store the results from

Definition at line 211 of file BindStorage.hpp.

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

Definition at line 202 of file BindStorage.hpp.

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

Definition at line 201 of file BindStorage.hpp.

Member Data Documentation

template<class T >
T RTT::internal::RStore< const T >::arg

Definition at line 198 of file BindStorage.hpp.


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


rtt
Author(s): RTT Developers
autogenerated on Tue Jun 25 2019 19:33:45