QDllManager Class Reference
Detailed Description
Dynamic library manager.
Dynamic library loader.
C++ interface to the low level system libraries dlopen and dlsym
- Author:
- Marco Vignati When initialized it fill a map (PluginName:Library) that keep track of registerPlugin functions
inside libraries. This map is filled from the pluginlist file that lies
in the LD_LIBRARY_PATH (Linux) or DYLD_LIBRARY_PATH (Darwin) directory.
When the LoadPlugin function is called the registerPlugin function matching "name" is executed.
The documentation for this class was generated from the following file:
- /home/cuoresvn/cuore/pkg/base/QDll.hh