SharedLibLoader

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

Members

Functions

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

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

loadSymbols
void loadSymbols()

Implemented by subclasses to load all symbols with bindFunc.

Meta