#include <output_streamable.hh>
Inheritance diagram for mpcl::io::IOutputStreamable< TChar, TTraits >:
Public Types | |
typedef TChar | char_type |
Character type. | |
typedef TTraits | traits_type |
Traits type. | |
Public Methods | |
virtual | ~IOutputStreamable (void) |
Destroys the instance. | |
Protected Methods | |
virtual void | write (std::basic_ostream< char_type, traits_type > &rtOUTPUT_OSTREAM) const=0 |
Definition at line 56 of file output_streamable.hh.
|
Writes the instance onto stream rtTARGET_STREAM.
Implemented in mpcl::TException, and mpcl::util::prefs::TOption. |