![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
RAII interface for providing a file handle and file name to a temporary file. More...
#include <inviwo/core/io/tempfilehandle.h>
Public Member Functions | |
| const std::filesystem::path & | getFileName () const |
| FILE * | getHandle () |
| operator FILE * () | |
| TempFileHandle & | operator= (const TempFileHandle &)=delete |
| TempFileHandle & | operator= (TempFileHandle &&rhs) |
| TempFileHandle (const std::string &prefix="", const std::string &suffix="", const char *mode="wb+") | |
| TempFileHandle (const TempFileHandle &)=delete | |
| TempFileHandle (TempFileHandle &&rhs) | |
RAII interface for providing a file handle and file name to a temporary file.