| bessel0(const double &val) | PLMD::Tools | static |
| caseInSensStringCompare(std::string_view str1, std::string_view str2) | PLMD::Tools | static |
| concatenateExceptionMessages() | PLMD::Tools | static |
| convert(const T &t, U &u) | PLMD::Tools | inlinestatic |
| convertNoexcept(const std::string &str, double &t) | PLMD::Tools | static |
| convertNoexcept(const std::string &str, long double &t) | PLMD::Tools | static |
| convertNoexcept(const std::string &str, float &t) | PLMD::Tools | static |
| convertNoexcept(const std::string &str, int &t) | PLMD::Tools | static |
| convertNoexcept(const std::string &str, long int &t) | PLMD::Tools | static |
| convertNoexcept(const std::string &str, long long int &t) | PLMD::Tools | static |
| convertNoexcept(const std::string &str, unsigned &t) | PLMD::Tools | static |
| convertNoexcept(const std::string &str, long unsigned &t) | PLMD::Tools | static |
| convertNoexcept(const std::string &str, long long unsigned &t) | PLMD::Tools | static |
| convertNoexcept(const std::string &str, AtomNumber &t) | PLMD::Tools | static |
| convertNoexcept(const std::string &str, std::string &t) | PLMD::Tools | static |
| convertNoexcept(T i, std::string &str) | PLMD::Tools | static |
| convertRegexForJson(const std::string &command) | PLMD::Tools | static |
| convertToAny(const std::string &str, T &t) | PLMD::Tools | privatestatic |
| convertToInt(const std::string &str, T &t) | PLMD::Tools | privatestatic |
| convertToReal(const std::string &str, T &t) | PLMD::Tools | privatestatic |
| extension(const std::string &) | PLMD::Tools | static |
| fastpow(T base, int exp) | PLMD::Tools | inlinestatic |
| fastpow(T base) | PLMD::Tools | inlinestatic |
| fastpow_rec(T base, T result) | PLMD::Tools | inlineprivatestatic |
| findKeyword(const std::vector< std::string > &line, const std::string &key) | PLMD::Tools | static |
| getKey(std::vector< std::string > &line, const std::string &key, std::string &s, int rep=-1) | PLMD::Tools | static |
| getline(FILE *, std::string &line) | PLMD::Tools | static |
| getParsedLine(IFile &ifile, std::vector< std::string > &line, const bool trimcomments=true) | PLMD::Tools | static |
| getWords(std::string_view line, const char *sep=NULL, int *parlevel=NULL, const char *parenthesis="{", bool delete_parenthesis=true) | PLMD::Tools | static |
| getWordsSimple(gch::small_vector< std::string_view > &words, std::string_view line) | PLMD::Tools | static |
| getWordsSimple(gch::small_vector< std::string_view > &words, std::string_view line, std::string_view sep) | 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 |
| ltrim(std::string &s) | PLMD::Tools | static |
| make_unique(Args &&... args) | PLMD::Tools | inlinestatic |
| molfile_lock() | PLMD::Tools | static |
| parse(std::vector< std::string > &line, const std::string &key, T &val, int rep=-1) | PLMD::Tools | static |
| parse(std::string_view argument, 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, int rep=-1) | PLMD::Tools | static |
| parseVector(const std::string_view argument, std::vector< T > &val, int rep=-1) | PLMD::Tools | static |
| pbc(double) | PLMD::Tools | inlinestatic |
| removeDuplicates(std::vector< T > &vec) | PLMD::Tools | static |
| replicaToken | PLMD::Tools | static |
| set_to_zero(T *ptr, const unsigned n) | PLMD::Tools | inlinestatic |
| set_to_zero(std::vector< VectorTyped< T, n > > &vec) | PLMD::Tools | inlinestatic |
| set_to_zero(std::vector< TensorTyped< T, n, m > > &vec) | PLMD::Tools | inlinestatic |
| startWith(std::string_view full, std::string_view 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 |
| unique2raw(const std::vector< std::unique_ptr< T > > &) | PLMD::Tools | static |
| unique2raw(const std::vector< std::unique_ptr< const T > > &) | PLMD::Tools | static |
| unravelReplicas(std::string_view argument, int rep=-1) | PLMD::Tools | static |