Orocos Real-Time Toolkit
2.6.0
|
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::OperatorRepository |
This class builds on upon construction all expression operators known to Orocos. More... | |
Namespaces | |
namespace | RTT |
Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute. | |
namespace | 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() |
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.