convert(const std::string &str, double &t) | PLMD::Tools | static |
convert(const std::string &str, float &t) | PLMD::Tools | static |
convert(const std::string &str, int &t) | PLMD::Tools | static |
convert(const std::string &str, long int &t) | PLMD::Tools | static |
convert(const std::string &str, unsigned &t) | PLMD::Tools | static |
convert(const std::string &str, AtomNumber &t) | PLMD::Tools | static |
convert(const std::string &str, std::string &t) | PLMD::Tools | static |
convert(T i, std::string &str) | PLMD::Tools | static |
extension(const std::string &) | PLMD::Tools | static |
fastpow(double base, int exp) | PLMD::Tools | inlinestatic |
getKey(std::vector< std::string > &line, const std::string &key, std::string &s) | PLMD::Tools | static |
getline(FILE *, std::string &line) | PLMD::Tools | static |
getParsedLine(IFile &ifile, std::vector< std::string > &line) | PLMD::Tools | static |
getWords(const std::string &line, const char *sep=NULL, int *parlevel=NULL, const char *parenthesis="{") | PLMD::Tools | static |
interpretLabel(std::vector< std::string > &s) | PLMD::Tools | static |
interpretRanges(std::vector< std::string > &) | PLMD::Tools | static |
ls(const std::string &) | PLMD::Tools | static |
parse(std::vector< std::string > &line, const std::string &key, T &val) | PLMD::Tools | static |
parseFlag(std::vector< std::string > &line, const std::string &key, bool &val) | PLMD::Tools | inlinestatic |
parseVector(std::vector< std::string > &line, const std::string &key, std::vector< T > &val) | PLMD::Tools | static |
pbc(double) | PLMD::Tools | inlinestatic |
removeDuplicates(std::vector< T > &vec) | PLMD::Tools | static |
startWith(const std::string &full, const std::string &start) | PLMD::Tools | static |
stripLeadingAndTrailingBlanks(std::string &str) | PLMD::Tools | static |
trim(std::string &s) | PLMD::Tools | static |
trimComments(std::string &s) | PLMD::Tools | static |