#include <SequenceConstructor.hpp>
Public Types | |
typedef T::value_type | value_type |
Public Member Functions | |
virtual base::DataSourceBase::shared_ptr | build (const std::vector< base::DataSourceBase::shared_ptr > &args) const |
Constructs an sequence with n elements, which are given upon construction time.
Definition at line 60 of file SequenceConstructor.hpp.
typedef T::value_type RTT::types::SequenceBuilder< T >::value_type |
Definition at line 62 of file SequenceConstructor.hpp.
virtual base::DataSourceBase::shared_ptr RTT::types::SequenceBuilder< T >::build | ( | const std::vector< base::DataSourceBase::shared_ptr > & | args | ) | const [inline, virtual] |
Inspect args and return a type constructed with these args if such a constructor exists.
Implements RTT::types::TypeConstructor.
Definition at line 63 of file SequenceConstructor.hpp.