Orocos Real-Time Toolkit  2.9.0
RTT::internal::CollectSignature< int, Signature, ToCollect > Struct Template Reference

Used to implement collect(), given a Function Signature. More...

#include <rtt/internal/CollectSignature.hpp>

Detailed Description

template<int, class Signature, class ToCollect>
struct RTT::internal::CollectSignature< int, Signature, ToCollect >

Used to implement collect(), given a Function Signature.

Parameters
intThe number of arguments of collect.
SignatureThe C-style function signature (function type).
ToCollectA class type which is called within collect.

Definition at line 112 of file CollectSignature.hpp.


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