#include <rtstreams.hpp>
Public Member Functions | |
virtual | ~basic_streams () |
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'.
Definition at line 76 of file rtstreams.hpp.
|
virtual |
Definition at line 47 of file rtstreams.cpp.