Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
art
art
Utilities
unique_filename.h
Go to the documentation of this file.
1
#ifndef art_Utilities_unique_filename_h
2
#define art_Utilities_unique_filename_h
3
#include <string>
4
5
namespace
art
{
6
std::string
unique_filename
(
std::string
stem,
7
std::string
extension =
".root"
);
8
}
9
10
#endif
/* art_Utilities_unique_filename_h */
11
12
// Local Variables:
13
// mode: c++
14
// End:
string
std::string string
Definition:
nybbler.cc:12
art::unique_filename
std::string unique_filename(std::string stem, std::string extension=".root")
Definition:
unique_filename.cc:18
art
Definition:
BasicOptionsHandler.h:9
Generated by
1.8.11