libDwm-0.9.45
DwmFileIOCapable.hh File Reference

Dwm::HasFileRead and Dwm::HasFileWrite concepts. Dwm::FileIOCapable pure virtual class declaration. More...

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

Go to the source code of this file.

Classes

class  Dwm::FileReadable
 This class defines an interface for classes that can read their contents from a FILE pointer. More...
 
class  Dwm::FileWritable
 This class defines an interface for classes that can write their contents to a FILE pointer. More...
 

Concepts

concept  Dwm::HasFileRead
 T has a Read(FILE *) member that returns size_t (1 on success, 0 on failure).
 
concept  Dwm::HasFileWrite
 T has a Write(FILE *) const member that returns size_t (1 on success, 0 on failure).
 

Detailed Description

Dwm::HasFileRead and Dwm::HasFileWrite concepts. Dwm::FileIOCapable pure virtual class declaration.

Author
Daniel W. McRobb