dlhandler_unix.cpp File Reference

Dynamic loader for UNIX (handles file format shared obj.). More...

#include "dlhandler.h"
#include "babelconfig.h"
#include <unistd.h>
#include <dirent.h>
#include <stdio.h>
#include <sys/stat.h>
#include <dlfcn.h>
#include <iostream>

Namespaces

namespace  OpenBabel

Defines

#define BUFF_SIZE   32768

Functions

bool tokenize (vector< string > &, const char *, const char *)
int matchFiles (SCANDIR_CONST struct dirent *entry_p)


Detailed Description

Dynamic loader for UNIX (handles file format shared obj.).


Define Documentation

#define BUFF_SIZE   32768


Function Documentation

int matchFiles ( SCANDIR_CONST struct dirent *  entry_p  )