|
Orocos Real-Time Toolkit
2.6.0
|
Store a bound argument which may be a reference, const reference or any other type. More...
#include <rtt/internal/BindStorage.hpp>
Public Member Functions | |
| AStore (T t) | |
| AStore (AStore const &o) | |
| T & | get () |
| void | operator() (T a) |
| operator T () | |
Public Attributes | |
| T | arg |
Store a bound argument which may be a reference, const reference or any other type.
Definition at line 64 of file BindStorage.hpp.
1.7.6.1