Go to the source code of this file.
Namespaces | |
namespace | alpaqa |
namespace | alpaqa::util |
Functions | |
std::shared_ptr< void > | load_lib (const std::filesystem::path &so_filename, DynamicLoadFlags flags) |
Load a DLL or SO file. | |
void * | load_func (void *lib_handle, const std::string &name) |
Get a pointer to a function inside of a loaded DLL or SO file. | |