Ask a Question | Search PSRCHIVE: |
Home
|
TemporaryFile.h 55 std::string filename;
void set_removed(bool flag=true) Set to true if the temporary file need not be removed. Definition: TemporaryFile.h:55 std::string get_filename() const Get the name of the temporary file. Definition: TemporaryFile.h:52 int get_fd() const Get the file descriptor of the temporary file. Definition: TemporaryFile.h:49 void remove() Remove the temporary file (close and unlink) Definition: TemporaryFile.C:170 Opens a temporary file with a unique name and deletes it when finished. Definition: TemporaryFile.h:20 static bool abort Abort after processing any signals. Definition: TemporaryFile.h:31 ~TemporaryFile() Close and remove the temporary file. Definition: TemporaryFile.C:143 TemporaryFile(const std::string &basename) Construct a temporary file with the specified basename. Definition: TemporaryFile.C:102 Generated using doxygen 1.8.17
|