Public Types | Public Member Functions
RTT::types::SequenceBuilder< T > Struct Template Reference

#include <SequenceConstructor.hpp>

Inheritance diagram for RTT::types::SequenceBuilder< T >:
Inheritance graph
[legend]

List of all members.

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

Detailed Description

template<class T>
struct RTT::types::SequenceBuilder< T >

Constructs an sequence with n elements, which are given upon construction time.

Definition at line 60 of file SequenceConstructor.hpp.


Member Typedef Documentation

template<class T >
typedef T::value_type RTT::types::SequenceBuilder< T >::value_type

Definition at line 62 of file SequenceConstructor.hpp.


Member Function Documentation

template<class T >
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.


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


rtt
Author(s): RTT Developers
autogenerated on Sat Jun 8 2019 18:46:40