POSIX dynamic library.
More...
#include <kanzi/core.ui/platform/windowing_ng/posix/posix_dynamic_library.hpp>
POSIX dynamic library.
- Since
- Kanzi 3.9.8
kanzi::PosixDynamicLibrary::PosixDynamicLibrary |
( |
| ) |
|
|
explicitdefault |
Default constructor. No library loaded by default.
kanzi::PosixDynamicLibrary::PosixDynamicLibrary |
( |
const string & |
libraryPath | ) |
|
|
explicit |
Constructor.
- Parameters
-
libraryPath | The path to the library to load. |
kanzi::PosixDynamicLibrary::PosixDynamicLibrary |
( |
void * |
handle | ) |
|
|
explicit |
Constructor.
- Parameters
-
handle | Native library module handle. |
kanzi::PosixDynamicLibrary::~PosixDynamicLibrary |
( |
| ) |
|
KZ_NO_DISCARD void* kanzi::PosixDynamicLibrary::getProcAddress |
( |
const string & |
procName | ) |
const |
|
noexcept |
Gets the procedure address of a dynamically loaded function.
- Parameters
-
procName | Name of the dynamically loaded function. |
- Returns
- Procedure address of the dynamically loaded function.
The documentation for this class was generated from the following file: