Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Properties
_
a
c
d
e
f
l
m
o
p
s
t
u
v
+
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
FWCore
Utilities
interface
Parse.h
Go to the documentation of this file.
1
#ifndef FWCore_Utilities_Parse_h
2
#define FWCore_Utilities_Parse_h
3
4
#include <string>
5
#include <vector>
6
namespace
edm
{
8
std::string
read_whole_file
(
std::string
const
&
filename
);
9
10
void
read_from_cin
(
std::string
&
output
);
11
12
std::string
withoutQuotes
(
std::string
const
& from);
13
15
std::vector<std::string>
tokenize
(
std::string
const
&
input
,
std::string
const
&
separator
);
16
}
// namespace edm
17
18
#endif
corrVsCorr.filename
filename
Definition:
corrVsCorr.py:123
edm::read_whole_file
std::string read_whole_file(std::string const &filename)
only does the yacc interpretation
Definition:
Parse.cc:10
convertSQLitetoXML_cfg.output
output
Definition:
convertSQLitetoXML_cfg.py:72
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
input
static std::string const input
Definition:
EdmProvDump.cc:47
edm::tokenize
std::vector< std::string > tokenize(std::string const &input, std::string const &separator)
breaks the input string into tokens, delimited by the separator
Definition:
Parse.cc:52
edm
HLT enums.
Definition:
AlignableModifier.h:19
edm::separator
static std::string const separator(":")
edm::read_from_cin
void read_from_cin(std::string &output)
Definition:
Parse.cc:25
edm::withoutQuotes
std::string withoutQuotes(std::string const &from)
Definition:
Parse.cc:33
Generated for CMSSW Reference Manual by
1.8.14