CMS 3D CMS Logo

PasswordReader.h
Go to the documentation of this file.
1 #ifndef PASSWORDREADER_H
2 #define PASSWORDREADER_H
3 
4 #include <string>
5 
7 public:
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
std::string trim(const std::string &s, const std::string &chars) const
ROOT::VecOps::RVec< UChar_t > chars
Definition: Resolutions.cc:6
std::string tokenize(const std::string &s, const std::string &delim, size_t &pos) const
void readPassword(const std::string &fileName, const std::string &user, std::string &password)