test
Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
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
}
17
18
#endif
edm::read_whole_file
std::string read_whole_file(std::string const &filename)
only does the yacc interpretation
Definition:
Parse.cc:10
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
input
static std::string const input
Definition:
EdmProvDump.cc:44
convertSQLitetoXML_cfg.output
tuple output
Definition:
convertSQLitetoXML_cfg.py:32
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:57
lut2db_cfg.filename
tuple filename
Definition:
lut2db_cfg.py:20
edm::read_from_cin
void read_from_cin(std::string &output)
Definition:
Parse.cc:27
edm::withoutQuotes
std::string withoutQuotes(std::string const &from)
Definition:
Parse.cc:36
Generated for CMSSW Reference Manual by
1.8.5