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 3.9.13 Moved to kanzi::posix namespace.
◆ PosixDynamicLibrary() [1/3]
| kanzi::posix::PosixDynamicLibrary::PosixDynamicLibrary |
( |
| ) |
|
|
explicitdefault |
Default constructor. No library loaded by default.
◆ PosixDynamicLibrary() [2/3]
| kanzi::posix::PosixDynamicLibrary::PosixDynamicLibrary |
( |
const string & | libraryPath | ) |
|
|
explicit |
Constructor.
- Parameters
-
| libraryPath | The path to the library to load. |
◆ PosixDynamicLibrary() [3/3]
| kanzi::posix::PosixDynamicLibrary::PosixDynamicLibrary |
( |
void * | handle | ) |
|
|
explicit |
Constructor.
- Parameters
-
| handle | Native library module handle. |
◆ ~PosixDynamicLibrary()
| kanzi::posix::PosixDynamicLibrary::~PosixDynamicLibrary |
( |
| ) |
|
◆ getProcAddress()
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: