#include <SequenceConstructor.hpp>
Public Types | |
typedef const T &( | Signature )(int, typename T::value_type) |
Public Member Functions | |
const T & | operator() (int size, typename T::value_type value) const |
sequence_ctor2 () | |
Public Attributes | |
boost::shared_ptr< T > | ptr |
Constructs a sequence from the number of elements and a prototype element for these elements. Usage: sequence_ctor2<std::vector<Foo> >()
Definition at line 90 of file SequenceConstructor.hpp.
typedef const T&( RTT::types::sequence_ctor2< T >::Signature)(int, typename T::value_type) |
Definition at line 93 of file SequenceConstructor.hpp.
RTT::types::sequence_ctor2< T >::sequence_ctor2 | ( | ) | [inline] |
Definition at line 95 of file SequenceConstructor.hpp.
const T& RTT::types::sequence_ctor2< T >::operator() | ( | int | size, |
typename T::value_type | value | ||
) | const [inline] |
Definition at line 99 of file SequenceConstructor.hpp.
boost::shared_ptr<T> RTT::types::sequence_ctor2< T >::ptr [mutable] |
Definition at line 94 of file SequenceConstructor.hpp.