#include <gemc/glogging/glogger.h>
#include <gemc/guts/gutilities.h>
#include <dlfcn.h>
#include <cstdlib>
#include <filesystem>
#include <sstream>
#include <sys/stat.h>
#include <string>
Go to the source code of this file.
|
| struct | DynamicLib |
| | Helper that loads a shared library and holds its POSIX handle. More...
|
| |
|
| typedef void * | dlhandle |
| | Opaque handle returned by dlopen and consumed by dlsym / dlclose.
|
| |
◆ ERR_DLHANDLENOTFOUND
| #define ERR_DLHANDLENOTFOUND 1003 |
Definition at line 30 of file gdl.h.
◆ ERR_DLNOTFOUND
| #define ERR_DLNOTFOUND 1001 |
Definition at line 28 of file gdl.h.
◆ ERR_FACTORYNOTFOUND
| #define ERR_FACTORYNOTFOUND 1002 |
Definition at line 29 of file gdl.h.
◆ dlhandle
Definition at line 22 of file gdl.h.