◆ free_library()
static bool kn::os::free_library |
( |
void * |
library | ) |
|
|
inlinestatic |
Frees a dynamic library.
- Parameters
-
[in] | library | The library to free. |
◆ load_library()
static Library * kn::os::load_library |
( |
std::filesystem::path |
path | ) |
|
|
inlinestatic |
Loads a dynamic library.
- Parameters
-
[in] | path | The path to the dynamic library. |
- Returns
- pointer to the loaded library.
The documentation for this class was generated from the following files:
- source/core/os/os.hpp
- source/core/os/os_linux.cpp
- source/core/os/os_windows.cpp