Orocos Real-Time Toolkit  2.6.0
Public Member Functions
RTT::types::StdVectorBuilder< T > Struct Template Reference

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

#include <rtt/types/VectorTemplateComposition.hpp>

Inheritance diagram for RTT::types::StdVectorBuilder< T >:
RTT::types::TypeConstructor

List of all members.

Public Member Functions

virtual
base::DataSourceBase::shared_ptr 
build (const std::vector< base::DataSourceBase::shared_ptr > &args) const
 Inspect args and return a type constructed with these args if such a constructor exists.
virtual
base::DataSourceBase::shared_ptr 
convert (base::DataSourceBase::shared_ptr arg) const
 Automatic type conversion (float->double,...

Detailed Description

template<typename T>
struct RTT::types::StdVectorBuilder< T >

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

Definition at line 113 of file VectorTemplateComposition.hpp.


Member Function Documentation

Automatic type conversion (float->double,...

). Fails by default.

Reimplemented in RTT::types::TemplateConstructor< S >.

Definition at line 49 of file TypeConstructor.cpp.


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