#include <rtstreams.hpp>

Public Member Functions | |
| printstream () | |
| virtual | ~printstream () |
Public Member Functions inherited from RTT::os::basic_ostreams | |
| basic_ostreams (streambufs &s) | |
| basic_ostreams & | operator<< (int i) |
| basic_ostreams & | operator<< (long i) |
| basic_ostreams & | operator<< (char c) |
| basic_ostreams & | operator<< (char *c) |
| basic_ostreams & | operator<< (double f) |
| basic_ostreams & | operator<< (std::string s) |
| basic_ostreams & | operator<< (unsigned int u) |
| basic_ostreams & | operator<< (basic_ostreams &(*f)(basic_ostreams &)) |
| virtual basic_ostreams & | put (char c) |
| virtual basic_ostreams & | write (const char *c, streamsize n) |
| virtual | ~basic_ostreams () |
Public Member Functions inherited from RTT::os::basic_streams | |
| virtual | ~basic_streams () |
Additional Inherited Members | |
Public Types inherited from RTT::os::basic_ostreams | |
| typedef streambufs::streamsize | streamsize |
Private Attributes inherited from RTT::os::print_helper | |
| printbufs | printer |
The printstream is a stream for printing characters to the terminal window. It mimics the behaviour of iostreams cout.
Definition at line 200 of file rtstreams.hpp.
|
inline |
Definition at line 205 of file rtstreams.hpp.
|
virtual |
Definition at line 240 of file rtstreams.cpp.