42#ifndef _DWMREADABLE_HH_
43#define _DWMREADABLE_HH_
59 class [[deprecated(
"Use DescriptorReadable, FileReadable and StreamReadable.")]]
Readable
Dwm::HasDescriptorRead and Dwm::HasDescriptorWrite concepts. Dwm::DescriptorReadable,...
Dwm::HasFileRead and Dwm::HasFileWrite concepts. Dwm::FileIOCapable pure virtual class declaration.
Dwm::HasStreamRead and Dwm::HasStreamWrite concepts. Dwm::StreamReadable, Dwm::StreamWritable and Dwm...
This class defines an interface for classes that can read their contents from a file descriptor.
Definition DwmDescriptorIOCapable.hh:78
This class defines an interface for classes that can read their contents from a FILE pointer.
Definition DwmFileIOCapable.hh:73
This class defines an interface for classes that can read their contents from an istream,...
Definition DwmReadable.hh:63
This class defines an interface for classes that can read their contents from an istream.
Definition DwmStreamIOCapable.hh:74