FileDisposition.h
Go to the documentation of this file.
1 #ifndef art_Framework_Services_FileServiceInterfaces_FileDisposition_h
2 #define art_Framework_Services_FileServiceInterfaces_FileDisposition_h
3 
4 #include <string>
5 
6 namespace art {
7  enum class FileDisposition;
8 
9  // Translate enum to string;
11 
12 } // namespace art
13 
15  PENDING = -1,
17  CONSUMED,
18  SKIPPED,
20 };
21 
22 #endif /* art_Framework_Services_FileServiceInterfaces_FileDisposition_h */
23 
24 // Local Variables:
25 // mode: c++
26 // End:
FileDisposition
std::string string
Definition: nybbler.cc:12
std::string translateFileDisposition(FileDisposition fd)