#include <openbabel/dlhandler.h>
#include <openbabel/babelconfig.h>
#include <unistd.h>
#include <dirent.h>
#include <sys/stat.h>
#include <dlfcn.h>
#include <cstring>
#include <cstdlib>
Namespaces | |
namespace | OpenBabel |
Defines | |
#define | BUFF_SIZE 32768 |
Functions | |
OBERROR bool | tokenize (std::vector< std::string > &, const char *buf, const char *delimstr=" \t\n\r") |
int | matchFiles (SCANDIR_CONST struct dirent *entry_p) |
#define BUFF_SIZE 32768 |
int matchFiles | ( | SCANDIR_CONST struct dirent * | entry_p | ) |
Referenced by DLHandler::findFiles().