17 friend NativeModManager;
19 std::unique_ptr<Impl> mImpl;
22 sys_utils::DynamicLibrary& getDynamicLibrary();
28 LLNDAPI sys_utils::HandleT getHandle()
const;
30 LLNDAPI
static std::shared_ptr<NativeMod> getByHandle(sys_utils::HandleT handle);
32 LLNDAPI
static std::shared_ptr<NativeMod> current(sys_utils::HandleT handle = sys_utils::getCurrentModuleHandle());