binding_modifier.h
Go to the documentation of this file.
1 #ifndef fhiclcpp_detail_binding_modifier_h
2 #define fhiclcpp_detail_binding_modifier_h
3 
4 namespace fhicl::detail {
5  enum class binding_modifier : unsigned char {
6  NONE,
9 #if 0 /* Preparation for issue #7231. */
10  INITIAL,
11  REPLACE,
12  REPLACE_COMPAT,
13  ADD_OR_REPLACE_COMPAT
14 #endif
15  };
16 }
17 
18 #endif /* fhiclcpp_detail_binding_modifier_h */
19 
20 // Local Variables:
21 // mode: c++
22 // End:
#define INITIAL
Definition: code.cpp:12348