1 // Copyright 2005 Ben Hutchings <ben@decadentplace.org.uk>.
2 // See the file "COPYING" for licence details.
4 #ifndef INC_TEMP_FILE_HPP
5 #define INC_TEMP_FILE_HPP
12 explicit temp_file(const std::string & base_name);
17 int get_fd() const { return fd_; }
18 const std::string & get_name() const { return name_; }
25 #endif // !INC_TEMP_FILE_HPP