|
FE 0.13.1
Header-only C++ frontend library
|
Go to the source code of this file.
Namespaces | |
| namespace | fe |
| namespace | fe::dl |
Functions | |
| void * | fe::dl::open (const char *filename) |
Loads the dynamic library filename or throws. | |
| void * | fe::dl::get (void *handle, const char *symbol_name) |
Looks up symbol_name in handle or throws. | |
| void | fe::dl::close (void *handle) |
Unloads handle or throws. | |
Variables | |
| static constexpr auto | fe::dl::extension |
| File name extension of a dynamic library on this platform. | |