Orocos Real-Time Toolkit  2.6.0
Public Member Functions
RTT::types::TypeConstructor Struct Reference

This interface describes how constructors work. More...

#include <rtt/types/TypeConstructor.hpp>

Inheritance diagram for RTT::types::TypeConstructor:
RTT::types::SequenceBuilder< T > RTT::types::StdVectorBuilder< T > RTT::types::TemplateConstructor< S >

List of all members.

Public Member Functions

virtual
base::DataSourceBase::shared_ptr 
build (const std::vector< base::DataSourceBase::shared_ptr > &args) const =0
 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

This interface describes how constructors work.

Definition at line 50 of file TypeConstructor.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 files: