OperatorRepository Class Reference

#include <rtt/Operators.hpp>

List of all members.


Detailed Description

This class builds on upon construction all expression operators known to Orocos.

Mainly used for scripting.


Public Types

typedef boost::shared_ptr<
OperatorRepository
shared_ptr

Public Member Functions

void add (detail::UnaryOp *o)
void add (detail::DotOp *o)
void add (detail::BinaryOp *o)
DataSourceBaseapplyDot (const std::string &member, DataSourceBase *value)
DataSourceBaseapplyUnary (const std::string &op, DataSourceBase *a)
DataSourceBaseapplyBinary (const std::string &op, DataSourceBase *a, DataSourceBase *b)

Static Public Member Functions

static shared_ptr Instance ()


The documentation for this class was generated from the following file:
Generated on Fri May 11 11:19:43 2007 for Orocos by  doxygen 1.5.1