RTT::detail::AStore< T > Struct Template Reference
Store a bound argument which may be a reference, const reference or any other type.
More...
#include <rtt/BindStorage.hpp>
List of all members.
|
Public Member Functions |
|
| AStore (T t) |
|
T | operator() () |
|
void | operator() (T a) |
Public Attributes |
|
T | arg |
Detailed Description
template<class T>
struct RTT::detail::AStore< T >
Store a bound argument which may be a reference, const reference or any other type.
Definition at line 331 of file BindStorage.hpp.
The documentation for this struct was generated from the following file: