38 #ifndef ORO_OPERATORS_HPP 39 #define ORO_OPERATORS_HPP 43 #include "../internal/DataSource.hpp" 44 #include <boost/shared_ptr.hpp> 46 namespace RTT {
namespace types
109 std::vector<UnaryOp*> unaryops;
110 std::vector<BinaryOp*> binaryops;
123 static shared_ptr Instance();
UnaryOperator contains information on some unary operator that operates on one arg of a certain type...
The base class for all internal data representations.
RTT_API OperatorRepository::shared_ptr operators()
This global function provides the short notation for OperatorRepository::Instance() ...
boost::shared_ptr< OperatorRepository > shared_ptr
This class builds on upon construction all expression operators known to Orocos.
Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute.