|
Open Babel
3.0
|
#include <dlfcn.h>#include <openbabel/dlhandler.h>#include <openbabel/babelconfig.h>#include <openbabel/oberror.h>#include <unistd.h>#include <dirent.h>#include <sys/stat.h>#include <cstring>#include <cstdlib>#include <cstdio>#include <iostream>Namespaces | |
| OpenBabel | |
Macros | |
| #define | BUFF_SIZE 32768 |
Functions | |
| bool | tokenize (std::vector< std::string > &, const char *buf, const char *delimstr=" \\) |
| int | matchFiles (SCANDIR_CONST struct dirent *entry_p) |
Dynamic loader for UNIX (handles file format shared obj.)
| #define BUFF_SIZE 32768 |
Referenced by DLHandler::findFiles(), and DLHandler::openLib().
| int matchFiles | ( | SCANDIR_CONST struct dirent * | entry_p | ) |
Referenced by DLHandler::findFiles().
1.8.13