Orocos Real-Time Toolkit
2.6.0
|
Sequence constructor which takes the number of elements in the sequence. More...
#include <rtt/types/SequenceConstructor.hpp>
Public Types | |
typedef const T &( | Signature )(int) |
Public Member Functions | |
const T & | operator() (int size) const |
Public Attributes | |
boost::shared_ptr< T > | ptr |
Sequence constructor which takes the number of elements in the sequence.
Definition at line 16 of file SequenceConstructor.hpp.