gfactory
Loading...
Searching...
No Matches
gdl.h File Reference
#include "glogger.h"
#include "gutilities.h"
#include <dlfcn.h>
#include <sys/stat.h>
#include <string>
Include dependency graph for gdl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  DynamicLib
 Helper that loads a shared library and holds its POSIX handle. More...
 

Macros

#define ERR_DLNOTFOUND   1001
 
#define ERR_FACTORYNOTFOUND   1002
 
#define ERR_DLHANDLENOTFOUND   1003
 

Typedefs

typedef void * dlhandle
 Opaque handle returned by dlopen and consumed by dlsym / dlclose.
 

Macro Definition Documentation

◆ ERR_DLHANDLENOTFOUND

#define ERR_DLHANDLENOTFOUND   1003

Definition at line 27 of file gdl.h.

◆ ERR_DLNOTFOUND

#define ERR_DLNOTFOUND   1001

Definition at line 25 of file gdl.h.

◆ ERR_FACTORYNOTFOUND

#define ERR_FACTORYNOTFOUND   1002

Definition at line 26 of file gdl.h.

Typedef Documentation

◆ dlhandle

Definition at line 19 of file gdl.h.