|
|
#include <filesystem>#include <ArmarXCore/core/exceptions/local/DynamicLibraryException.h>#include <ArmarXCore/core/logging/Logging.h>#include <ArmarXCore/core/system/ArmarXDataPath.h>#include <dlfcn.h>
Include dependency graph for DynamicLibrary.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | DynamicLibrary |
| The DynamicLibrary class provides a mechanism to load libraries at runtime. More... | |
Namespaces | |
| armarx | |
| This file offers overloads of toIce() and fromIce() functions for STL container types. | |
Typedefs | |
| using | DynamicLibraryPtr = std::shared_ptr< DynamicLibrary > |