ALPSCore reference
temporary_filename.hpp
Go to the documentation of this file.
1 /*
2  * Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
3  * All rights reserved. Use is subject to license terms. See LICENSE.TXT
4  * For use in publications, see ACKNOWLEDGE.TXT
5  */
6 
7 #ifndef ALPS_UTILITIES_TEMPORARY_FILENAME_HPP_ae2c8128ef7647a8827212faaab05d00
8 #define ALPS_UTILITIES_TEMPORARY_FILENAME_HPP_ae2c8128ef7647a8827212faaab05d00
9 
10 namespace alps {
12 
22  std::string temporary_filename(const std::string& prefix);
23 }
24 #endif /* ALPS_UTILITIES_TEMPORARY_FILENAME_HPP_ae2c8128ef7647a8827212faaab05d00 */
std::string temporary_filename(const std::string &prefix)
Generate a reasonably unique file name with a given prefix.