userver: userver/fs/blocking Directory Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
blocking Directory Reference

Table of Contents

+ Directory dependency graph for blocking:

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.