Platform-agnostic superclass for a shared library. More...
#include <PosixSharedLibrary.h>
Public Member Functions | |
PosixSharedLibrary (void *) | |
Additional Inherited Members | |
Static Public Member Functions inherited from fabrique::SharedLibrary | |
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 PosixSharedLibrary.h.