#include "../rtt-config.h"#include <ostream>#include <vector>

Go to the source code of this file.
Classes | |
| struct | RTT::extras::MultiVector< S, T > |
| A static allocated Vector. More... | |
Namespaces | |
| namespace | RTT |
Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute. | |
| namespace | RTT::extras |
Typedefs | |
| typedef MultiVector< 6, bool > | RTT::extras::Bool6D |
| typedef MultiVector< 6, double > | RTT::extras::Double6D |
| typedef MultiVector< 6, int > | RTT::extras::Int6D |
| typedef MultiVector< 6, long > | RTT::extras::Long6D |
Functions | |
| template<unsigned S, typename D > | |
| MultiVector< S, D > | RTT::extras::operator* (const D d, const MultiVector< S, D > &v) |
| template<unsigned S, typename D > | |
| MultiVector< S, D > | RTT::extras::operator+ (const D d, const MultiVector< S, D > &v) |
| template<unsigned S, typename D > | |
| MultiVector< S, D > | RTT::extras::operator- (const D d, const MultiVector< S, D > &v) |
| template<unsigned int S, class T > | |
| std::ostream & | RTT::extras::operator<< (std::ostream &os, MultiVector< S, T > &q) |
| template<unsigned int S, class T > | |
| std::istream & | RTT::extras::operator>> (std::istream &os, MultiVector< S, T > &q) |