RTT::rt_std::basic_ostreams Class Reference

An basic_ostreams is a stream which can be written to. More...

#include <rtt/os/rtstreams.hpp>

Inheritance diagram for RTT::rt_std::basic_ostreams:
RTT::rt_std::basic_streams RTT::rt_std::basic_iostreams RTT::rt_std::printstream RTT::rt_std::stringstreams

List of all members.

Public Types

typedef streambufs::streamsize streamsize

Public Member Functions

 basic_ostreams (streambufs &s)
virtual basic_ostreamsput (char c)
virtual basic_ostreamswrite (const char *c, streamsize n)
basic_ostreamsoperator<< (int i)
 Operators.
basic_ostreamsoperator<< (long i)
basic_ostreamsoperator<< (char c)
basic_ostreamsoperator<< (char *c)
basic_ostreamsoperator<< (double f)
basic_ostreamsoperator<< (std::string s)
basic_ostreamsoperator<< (unsigned int u)
basic_ostreamsoperator<< (basic_ostreams &(*f)(basic_ostreams &))

Detailed Description

An basic_ostreams is a stream which can be written to.

Read operations will have no effect.

Definition at line 144 of file rtstreams.hpp.


Member Function Documentation

basic_ostreams& RTT::rt_std::basic_ostreams::operator<< ( int  i  ) 

Operators.

These can not be virtual, so each one calls the appropriate read or write method defined above.


The documentation for this class was generated from the following file:
Generated on Thu Dec 23 13:22:47 2010 for Orocos Real-Time Toolkit by  doxygen 1.6.3