19 #ifndef OB_DLHANDLER_H 20 #define OB_DLHANDLER_H 22 #include <openbabel/babelconfig.h> 67 static bool getConvDirectory(std::string& convPath);
80 static int findFiles (std::vector <std::string>& file_list,
81 const std::string& pattern,
const std::string& path);
89 static int findFiles (std::vector<std::string>& file_list,
const std::string &filename);
92 static bool openLib(
const std::string& lib_name);
95 static const char* getFormatFilePattern();
98 static char getSeparator();
101 static void Sleep(
int n);
Interface for dynamic libraries.
Definition: dlhandler.h:46