Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
CalibCalorimetry
EcalSRTools
src
PasswordReader.h
Go to the documentation of this file.
1
#ifndef PASSWORDREADER_H
2
#define PASSWORDREADER_H
3
4
#include <string>
5
6
class
PasswordReader
{
7
public
:
18
void
readPassword
(
const
std::string
&
fileName
,
const
std::string
&
user
,
std::string
& password);
19
34
std::string
tokenize
(
const
std::string
&
s
,
const
std::string
& delim,
size_t
& pos)
const
;
35
40
std::string
trim
(
const
std::string
& s,
const
std::string
& chars)
const
;
41
};
42
43
#endif //PASSWORDREADER_H not defined
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
MillePedeFileConverter_cfg.fileName
tuple fileName
Definition:
MillePedeFileConverter_cfg.py:32
EnviromentSettings.user
string user
Definition:
EnviromentSettings.py:30
PasswordReader::readPassword
void readPassword(const std::string &fileName, const std::string &user, std::string &password)
Definition:
PasswordReader.cc:11
alignCSCRings.s
list s
Definition:
alignCSCRings.py:92
PasswordReader::tokenize
std::string tokenize(const std::string &s, const std::string &delim, size_t &pos) const
Definition:
PasswordReader.cc:53
PasswordReader
Definition:
PasswordReader.h:6
PasswordReader::trim
std::string trim(const std::string &s, const std::string &chars) const
Definition:
PasswordReader.cc:66
Generated for CMSSW Reference Manual by
1.8.5