#include <dlfcn.h>
Go to the source code of this file.
Classes | |
struct | codaObject::dllSysStruct |
Used internally to pass information to the dll. More... | |
Namespaces | |
namespace | codaObject |
The entire codaObject package resides in the codaObject namespace. | |
Typedefs | |
typedef int(* | codaObject::dllFuncPtr )(const char *s, void *sysArg, void *userArg) |
Used internally to access dll functions. | |
typedef int(* | codaObject::dllIntFuncPtr )(unsigned int flag, void *sysArg, void *userArg) |
Used internally to access dll functions. |