#include "glogger.h"
#include <dlfcn.h>
#include <sys/stat.h>
#include <string>
#include <iostream>
Go to the source code of this file.
|
struct | DynamicLib |
| Structure to load dynamically symbols from a shared library. More...
|
|
◆ EC__DLHANDLENOTFOUND
#define EC__DLHANDLENOTFOUND 1003 |
Definition at line 26 of file gdl.h.
◆ EC__DLNOTFOUND
#define EC__DLNOTFOUND 1001 |
Definition at line 24 of file gdl.h.
◆ EC__FACTORYNOTFOUND
#define EC__FACTORYNOTFOUND 1002 |
Definition at line 25 of file gdl.h.
◆ PLUGINITEM
Definition at line 21 of file gdl.h.
◆ dlhandle
Definition at line 15 of file gdl.h.