Inviwo 0.9.12-pre
Inviwo documentation
|
RAII interface for providing a file handle and file name to a temporary file. More...
#include <tempfilehandle.h>
Public Member Functions | |
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.