RTT::rt_std::basic_streams Class Reference
This is a stream class for use in limited environments.
More...
#include <rtt/os/rtstreams.hpp>
List of all members.
Detailed Description
This is a stream class for use in limited environments.
It is supposed to mimic the std::iostream classes to some extent. Formatting and locale support are not provided for example.
The default stream class does not store anything and can thus be used as 'grabage bin'.
- Todo:
- TODO there is no streambuf and string is used, maybe a streamsbuf might be better, for encapsulating buffering policies (like BS meant it of course). Another todo is to have at least the save get and put/write functions as in istream and ostream. Thanks to the GCC 3.X cleanup, we might be able to mimic quite a lot.
Definition at line 75 of file rtstreams.hpp.
The documentation for this class was generated from the following file: