libDwm-0.9.45
DwmStreamIOCapable.hh File Reference

Dwm::HasStreamRead and Dwm::HasStreamWrite concepts. Dwm::StreamReadable, Dwm::StreamWritable and Dwm::StreamIOCapable pure virtual class declarations. More...

#include <iostream>
Include dependency graph for DwmStreamIOCapable.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Dwm::StreamReadable
 This class defines an interface for classes that can read their contents from an istream. More...
 
class  Dwm::StreamWritable
 This class defines an interface for classes that can write their contents to an ostream. More...
 
class  Dwm::StreamIOCapable
 Interface for classes with iostream read and write capabilities. More...
 

Concepts

concept  Dwm::HasStreamRead
 T has a Read(std::istream &) method that returns the std::istream reference that was passed in as its only parameter.
 
concept  Dwm::HasStreamWrite
 T has a Write(std::ostream &) const method that returns the std::ostream reference that was passed in as its only parameter.
 

Detailed Description

Dwm::HasStreamRead and Dwm::HasStreamWrite concepts. Dwm::StreamReadable, Dwm::StreamWritable and Dwm::StreamIOCapable pure virtual class declarations.

Author
Daniel W. McRobb