alpaqa 1.0.0a18
Nonconvex constrained optimization
Loading...
Searching...
No Matches
Classes | Functions
alpaqa ::util Namespace Reference

Classes

struct  dynamic_load_error
 Failed to load a DLL or SO file, or failed to access a function in it. More...
 

Functions

std::shared_ptr< void > load_lib (const std::filesystem::path &so_filename)
 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.
 

Function Documentation

◆ load_lib()

std::shared_ptr< void > load_lib ( const std::filesystem::path &  so_filename)

Load a DLL or SO file.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ load_func()

void * load_func ( void *  lib_handle,
const std::string &  name 
)

Get a pointer to a function inside of a loaded DLL or SO file.

+ Here is the call graph for this function:
+ Here is the caller graph for this function: