MXVM 1.8.1
Virtual Machine, Compiler, and Pascal Frontend
Loading...
Searching...
No Matches
function.hpp File Reference

Dynamic function loader using dlopen/dlsym for runtime symbol resolution. More...

#include <dlfcn.h>
#include <stdexcept>
Include dependency graph for function.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mxvm::Function< R(Args...)>
 RAII wrapper for dynamically loaded functions via dlopen/dlsym. More...

Namespaces

namespace  mxvm

Detailed Description

Dynamic function loader using dlopen/dlsym for runtime symbol resolution.

Author
Jared Bruni

Definition in file function.hpp.