Orocos Real-Time Toolkit  2.8.3
Classes | Namespaces | Functions
Operators.hpp File Reference

This file contains operator information objects, These objects contain information on how to apply one operator on a set of arguments, and contain a method that does it. More...

#include <string>
#include <vector>
#include "../internal/DataSource.hpp"
#include <boost/shared_ptr.hpp>

Go to the source code of this file.

Classes

class  RTT::types::UnaryOp
 UnaryOperator contains information on some unary operator that operates on one arg of a certain type. More...
 
class  RTT::types::BinaryOp
 
class  RTT::types::OperatorRepository
 This class builds on upon construction all expression operators known to Orocos. 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

RTT_API OperatorRepository::shared_ptr RTT::types::operators ()
 This global function provides the short notation for OperatorRepository::Instance() More...
 

Detailed Description

This file contains operator information objects, These objects contain information on how to apply one operator on a set of arguments, and contain a method that does it.

. This is mostly done to allow me to work with template stuff to save me a lot of typing time ;)

Definition in file Operators.hpp.