Utility that open a shared library and load symbols from it.
Bind a symbol, using the function pointer symbol name.
Subclasses can override this to bind all the necessary symbols. Default implementation does nothing.
Load the shared libraries and call bindSymbols if succesful.
Direct handle access
Returns the name of the shared library that was open. Empty string if not loaded.
Returns whether the shared library is open.
See Implementation
Utility that open a shared library and load symbols from it.