RTT::detail::BindStorage< ToBind > Struct Template Reference
A helper-class for the
Command implementation which stores the command and condition function objects.
More...
#include <rtt/BindStorage.hpp>
Inherits BindStorageImpl<boost::function_traits<ToBind>::arity, ToBind>.
Detailed Description
template<class ToBind>
struct RTT::detail::BindStorage< ToBind >
A helper-class for the
Command implementation which stores the command and condition function objects.
It can store both pointers to member functions (with their object pointer) and plain C functions.
Definition at line 564 of file BindStorage.hpp.
The documentation for this struct was generated from the following file: