Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
fhiclcpp
fhiclcpp
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:
string
std::string string
Definition:
nybbler.cc:12
fhicl::to_string
std::string to_string(Protection p)
Definition:
Protection.cc:4
fhicl::Protection
Protection
Definition:
Protection.h:7
fhicl::Protection::NONE
fhicl
Definition:
InputSourceFactory.h:7
test.p
p
Definition:
test.py:223
fhicl::Protection::PROTECT_ERROR
fhicl::Protection::PROTECT_IGNORE
Generated by
1.8.11