include/pops/runtime/dynamic/dynlib.hpp Source FileΒΆ
|
adc_cpp 0.3.0
Model-free C++23 core for coupled hyperbolic-elliptic systems on adaptive (AMR) meshes, with MPI and GPU (Kokkos) backends
|
dynlib.hpp
Go to the documentation of this file.
std::string last_error()
Last error message (best-effort, for diagnostics).
Definition dynlib.hpp:87
handle open(const std::string &path)
Opens a dynamic library (path in UTF-8). Returns a null handle on failure.
Definition dynlib.hpp:48
void * sym(handle h, const char *name)
Resolves name in h. Returns nullptr if absent.
Definition dynlib.hpp:62
Definition amr_hierarchy.hpp:29
Generated by