The BackendLoader
class implements a dynamic library loader that returns a pointer to the loaded backend instance. The pointer to the backend instance is passed to the ModelExecutor
to execute the model in the backend.
Using the functions of the BackendLoader
class, you can download dynamic libraries and check whether the downloaded library is a backend library.
The BackendLoader
class is implemented using the Boost:DLL library.