gfactory
Loading...
Searching...
No Matches
gdl.h File Reference
#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>
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...

Namespaces

namespace  gfactory

Typedefs

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

Variables

constexpr int gfactory::ERR_DLNOTFOUND = 1001
constexpr int gfactory::ERR_FACTORYNOTFOUND = 1002
constexpr int gfactory::ERR_DLHANDLENOTFOUND = 1003

Typedef Documentation

◆ dlhandle

typedef void* dlhandle

Definition at line 22 of file gdl.h.