Inviwo
0.9.10.1
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="") | |
TempFileHandle (const TempFileHandle &)=delete | |
TempFileHandle & | operator= (const TempFileHandle &)=delete |
TempFileHandle (TempFileHandle &&rhs) | |
TempFileHandle & | operator= (TempFileHandle &&rhs) |
const std::string & | getFileName () const |
FILE * | getHandle () |
operator FILE * () | |
RAII interface for providing a file handle and file name to a temporary file.