Platform-agnostic superclass for a shared library. More...
#include <SharedLibrary.h>
Static Public Member Functions | |
static std::shared_ptr < SharedLibrary > | Load (std::string path) |
Platform-agnostic superclass for a shared library.
The library will be unloaded when this object is destructed.
Definition at line 41 of file SharedLibrary.h.