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:
18  void readPassword(const std::string& fileName,
19  const std::string& user,
20  std::string& password);
21 
22 
38  const std::string& delim,
39  size_t& pos) const;
40 
45  std::string trim(const std::string& s, const std::string& chars) const;
46 };
47 
48 #endif //PASSWORDREADER_H not defined
void readPassword(const std::string &fileName, const std::string &user, std::string &password)
std::string tokenize(const std::string &s, const std::string &delim, size_t &pos) const
std::string trim(const std::string &s, const std::string &chars) const