Project
Loading...
Searching...
No Matches
qlibload.h File Reference

Go to the source code of this file.

Macros

#define LIBRARY_EXTENSION   ".so"
 
#define LIBRARY_TYPE   void*
 
#define LIBRARY_LOAD(name)   dlopen(name, RTLD_NOW)
 
#define LIBRARY_CLOSE   dlclose
 
#define LIBRARY_FUNCTION   dlsym
 
#define LIBRARY_PREFIX   ""
 

Detailed Description

Author
David Rohr

Definition in file qlibload.h.

Macro Definition Documentation

◆ LIBRARY_CLOSE

#define LIBRARY_CLOSE   dlclose

Definition at line 28 of file qlibload.h.

◆ LIBRARY_EXTENSION

#define LIBRARY_EXTENSION   ".so"

Definition at line 25 of file qlibload.h.

◆ LIBRARY_FUNCTION

#define LIBRARY_FUNCTION   dlsym

Definition at line 29 of file qlibload.h.

◆ LIBRARY_LOAD

#define LIBRARY_LOAD (   name)    dlopen(name, RTLD_NOW)

Definition at line 27 of file qlibload.h.

◆ LIBRARY_PREFIX

#define LIBRARY_PREFIX   ""

Definition at line 35 of file qlibload.h.

◆ LIBRARY_TYPE

#define LIBRARY_TYPE   void*

Definition at line 26 of file qlibload.h.