LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
Protection.h
Go to the documentation of this file.
1 #ifndef fhiclcpp_Protection_h
2 #define fhiclcpp_Protection_h
3 
4 #include <string>
5 
6 namespace fhicl {
7  enum class Protection : unsigned char { NONE, PROTECT_IGNORE, PROTECT_ERROR };
8 
9  std::string to_string(Protection p);
10 }
11 
12 #endif /* fhiclcpp_Protection_h */
13 
14 // Local Variables:
15 // mode: c++
16 // End:
std::string to_string(Protection p)
Definition: Protection.cc:4
Protection
Definition: Protection.h:7
parameter set interface