Files | |
c_file.hpp | |
A std::FILE* wrapper. | |
file_descriptor.hpp | |
A file descriptor wrapper. | |
open_mode.hpp | |
A set of OpenFlags. | |
read.hpp | |
functions for synchronous (blocking) file read operations | |
temp_directory.hpp | |
A unique directory for temporary files. The directory is deleted when the TempDirectory is destroyed. | |
temp_file.hpp | |
A unique temporary file. The file is deleted when the TempFile object is destroyed. | |
write.hpp | |
Functions for synchronous (blocking) file write operations. | |