Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
fhiclcpp
fhiclcpp
detail
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
,
7
PROTECT_IGNORE
,
8
PROTECT_ERROR
,
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:
INITIAL
#define INITIAL
Definition:
code.cpp:12348
fhicl::detail::binding_modifier::PROTECT_ERROR
fhicl::detail::binding_modifier::NONE
fhicl::detail::binding_modifier::PROTECT_IGNORE
fhicl::detail
Definition:
coding.h:43
fhicl::detail::binding_modifier
binding_modifier
Definition:
binding_modifier.h:5
Generated by
1.8.11