SharedLibLoader

Loader. In debug mode, this fills functions pointers with null.

Constructors

this
this(string libName)
Undocumented in source.

Members

Functions

bindFunc
void bindFunc(void** ptr, string funcName)

Binds a function pointer to a symbol in this loader's shared library.

load
void load()
Undocumented in source. Be warned that the author may not have intended to support it.
loadSymbols
void loadSymbols()

Implemented by subclasses to load all symbols with bindFunc.

unload
void unload()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta