#include "glogger.h"
#include "gutilities.h"
#include <dlfcn.h>
#include <sys/stat.h>
#include <string>
Go to the source code of this file.
|
struct | DynamicLib |
| Structure to load dynamically symbols from a shared library. More...
|
|
◆ ERR_DLHANDLENOTFOUND
#define ERR_DLHANDLENOTFOUND 1003 |
Definition at line 24 of file gdl.h.
◆ ERR_DLNOTFOUND
#define ERR_DLNOTFOUND 1001 |
Definition at line 22 of file gdl.h.
◆ ERR_FACTORYNOTFOUND
#define ERR_FACTORYNOTFOUND 1002 |
Definition at line 23 of file gdl.h.
◆ dlhandle
Definition at line 15 of file gdl.h.