39 #ifndef ORO_TYPESTREAM_HPP 40 #define ORO_TYPESTREAM_HPP 45 #include "../rtt-config.h" 50 RTT_API std::ostream& operator<<(std::ostream& os, const std::vector<double>& v);
52 RTT_API std::istream&
operator>>(std::istream& os, std::vector<double>& v);
62 using RTT::types::operator<<;
63 using RTT::types::operator>>;
std::istream & operator>>(std::istream &os, std::vector< double > &v)
Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute.