Dwm::HasStreamRead and Dwm::HasStreamWrite concepts. Dwm::StreamReadable, Dwm::StreamWritable and Dwm::StreamIOCapable pure virtual class declarations. More...
#include <iostream>

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. | |
Dwm::HasStreamRead and Dwm::HasStreamWrite concepts. Dwm::StreamReadable, Dwm::StreamWritable and Dwm::StreamIOCapable pure virtual class declarations.