Ask a Question | Search PSRCHIVE: |
![]()
|
TemporaryFile.h std::string get_filename() const Get the name of the temporary file. Definition TemporaryFile.h:47 void remove() Remove the temporary file (close and unlink) Definition TemporaryFile.C:165 int get_fd() const Get the file descriptor of the temporary file. Definition TemporaryFile.h:44 static bool abort Abort after processing any signals. Definition TemporaryFile.h:26 ~TemporaryFile() Close and remove the temporary file. Definition TemporaryFile.C:138 void set_removed(bool flag=true) Set to true if the temporary file need not be removed. Definition TemporaryFile.h:50 TemporaryFile(const std::string &basename) Construct a temporary file with the specified basename. Definition TemporaryFile.C:103 Generated using doxygen 1.14.0
|