libDwm-0.9.45
Dwm::StreamWritable Class Referenceabstract

This class defines an interface for classes that can write their contents to an ostream. More...

#include <DwmStreamIOCapable.hh>

Inheritance diagram for Dwm::StreamWritable:

Public Member Functions

virtual ~StreamWritable ()
 Destructor.
 
virtual std::ostream & Write (std::ostream &os) const =0
 Write to an ostream. Return the ostream.
 

Detailed Description

This class defines an interface for classes that can write their contents to an ostream.


The documentation for this class was generated from the following file: