#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::BinaryOp | 
| class | RTT::types::OperatorRepository | 
| class | RTT::types::UnaryOp | 
| Namespaces | |
| namespace | RTT | 
| Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute. | |
| namespace | RTT::types | 
| Functions | |
| RTT_API OperatorRepository::shared_ptr | RTT::types::operators () | 
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.