Orocos Real-Time Toolkit  2.8.3
Classes | Namespaces | Functions
TemplateConstructor.hpp File Reference
#include "Types.hpp"
#include "../internal/FusedFunctorDataSource.hpp"
#include "../internal/CreateSequence.hpp"
#include "../Logger.hpp"
#include <boost/type_traits/function_traits.hpp>
#include <boost/function.hpp>
#include "../rtt-config.h"

Go to the source code of this file.

Classes

struct  RTT::types::TemplateConstructor< S >
 The constructor classes allow to define type constructors or type conversions (convert type B from type A). More...
 

Namespaces

 RTT
 Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute.
 
 RTT::types
 Classes for typekits for describing and handling user data types.
 

Functions

template<class Function >
TypeConstructor * RTT::types::newConstructor (Function *foo, bool automatic=false)
 Create a new Constructor. More...
 
template<class Object >
TypeConstructor * RTT::types::newConstructor (Object obj, bool automatic=false)
 Create a new Constructor. More...