gfactory
gdl.h File Reference
#include "glogger.h"
#include <dlfcn.h>
#include <sys/stat.h>
#include <string>
#include <iostream>
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
 Structure to load dynamically symbols from a shared library. More...
 

Macros

#define PLUGINITEM   " ⎆"
 
#define EC__DLNOTFOUND   1001
 
#define EC__FACTORYNOTFOUND   1002
 
#define EC__DLHANDLENOTFOUND   1003
 

Typedefs

typedef void * dlhandle
 

Macro Definition Documentation

◆ 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

#define PLUGINITEM   " ⎆"

Definition at line 21 of file gdl.h.

Typedef Documentation

◆ dlhandle

typedef void* dlhandle

Definition at line 15 of file gdl.h.