Orocos Real-Time Toolkit  2.6.0
Public Member Functions | Public Attributes
RTT::internal::AStore< T > Struct Template Reference

Store a bound argument which may be a reference, const reference or any other type. More...

#include <rtt/internal/BindStorage.hpp>

List of all members.

Public Member Functions

 AStore (T t)
 AStore (AStore const &o)
T & get ()
void operator() (T a)
 operator T ()

Public Attributes

arg

Detailed Description

template<class T>
struct RTT::internal::AStore< T >

Store a bound argument which may be a reference, const reference or any other type.

Definition at line 64 of file BindStorage.hpp.


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