RAII interface for providing a file handle and file name to a temporary file.  
 More...
#include <tempfilehandle.h>
|  | 
|  | TempFileHandle (const std::string &prefix="", const std::string &suffix="", const char *mode="wb+") | 
|  | TempFileHandle (const TempFileHandle &)=delete | 
| TempFileHandle & | operator= (const TempFileHandle &)=delete | 
|  | TempFileHandle (TempFileHandle &&rhs) | 
| TempFileHandle & | operator= (TempFileHandle &&rhs) | 
| const std::filesystem::path & | getFileName () const | 
| FILE * | getHandle () | 
|  | operator FILE * () | 
RAII interface for providing a file handle and file name to a temporary file. 
The documentation for this class was generated from the following file: