dplug ~master (2024-09-30T22:25:31Z)
Home
Dub
Repo
SharedLibLoader.bindFunc
dplug
core
sharedlib
SharedLibLoader
Binds a function pointer to a symbol in this loader's shared library.
class
SharedLibLoader
nothrow @
nogc
final
void
bindFunc
(
void
**
ptr
,
string
funcName
)
Meta
Source
See Implementation
dplug
core
sharedlib
SharedLibLoader
constructors
this
functions
bindFunc
load
loadSymbols
unload
Binds a function pointer to a symbol in this loader's shared library.