Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
fhiclcpp
fhiclcpp
Protection.cc
Go to the documentation of this file.
1
#include "
fhiclcpp/Protection.h
"
2
3
std::string
4
fhicl::to_string
(
Protection
p
)
5
{
6
std::string
result
;
7
switch
(p) {
8
case
Protection::NONE:
9
result =
"NONE"
;
10
break
;
11
case
Protection::PROTECT_IGNORE:
12
result =
"PROTECT_IGNORE"
;
13
break
;
14
case
Protection::PROTECT_ERROR:
15
result =
"PROTECT_ERROR"
;
16
break
;
17
}
18
return
result
;
19
}
result
static QCString result
Definition:
fortranscanner.cpp:56614
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
test.p
p
Definition:
test.py:223
Protection.h
Generated by
1.8.11