Orocos Real-Time Toolkit  2.6.0
Public Types | Public Member Functions | Static Public Member Functions
RTT::types::OperatorRepository Class Reference

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

#include <rtt/types/Operators.hpp>

List of all members.

Public Types

typedef boost::shared_ptr
< OperatorRepository
shared_ptr

Public Member Functions

void add (UnaryOp *o)
void add (BinaryOp *o)
base::DataSourceBaseapplyUnary (const std::string &op, base::DataSourceBase *a)
base::DataSourceBaseapplyBinary (const std::string &op, base::DataSourceBase *a, base::DataSourceBase *b)

Static Public Member Functions

static shared_ptr Instance ()
 Returns a shared pointer to the singleton of this class.

Detailed Description

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

Mainly used for scripting.

Definition at line 107 of file Operators.hpp.


The documentation for this class was generated from the following files: