#include <SequenceConstructor.hpp>
Public Types | |
typedef const T &( | Signature )(int) |
Public Member Functions | |
const T & | operator() (int size) const |
sequence_ctor () | |
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.
typedef const T&( RTT::types::sequence_ctor< T >::Signature)(int) |
Definition at line 18 of file SequenceConstructor.hpp.
RTT::types::sequence_ctor< T >::sequence_ctor | ( | ) | [inline] |
Definition at line 20 of file SequenceConstructor.hpp.
const T& RTT::types::sequence_ctor< T >::operator() | ( | int | size | ) | const [inline] |
Definition at line 24 of file SequenceConstructor.hpp.
boost::shared_ptr<T> RTT::types::sequence_ctor< T >::ptr [mutable] |
Definition at line 19 of file SequenceConstructor.hpp.