gfactory
DynamicLib Struct Reference

Structure to load dynamically symbols from a shared library. More...

#include <gdl.h>

Collaboration diagram for DynamicLib:
Collaboration graph

Public Member Functions

 DynamicLib ()=default
 
 DynamicLib (GLogger const *logger, std::string path)
 
 ~DynamicLib ()
 

Data Fields

dlhandle handle = nullptr
 

Detailed Description

Definition at line 33 of file gdl.h.

Constructor & Destructor Documentation

◆ DynamicLib() [1/2]

DynamicLib::DynamicLib ( )
default

◆ DynamicLib() [2/2]

DynamicLib::DynamicLib ( GLogger const *  logger,
std::string  path 
)
inline

Definition at line 50 of file gdl.h.

◆ ~DynamicLib()

DynamicLib::~DynamicLib ( )
inline

Definition at line 83 of file gdl.h.

Field Documentation

◆ handle

dlhandle DynamicLib::handle = nullptr

Definition at line 81 of file gdl.h.


The documentation for this struct was generated from the following file: