Phasor 2.2.0
Stack VM based Programming Language
Loading...
Searching...
No Matches
ffi.hpp File Reference
#include <functional>
#include "../Value.hpp"
#include "../VM/VM.hpp"
#include <vector>
#include <string>
#include <dlfcn.h>
#include <PhasorFFI.h>
Include dependency graph for ffi.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Phasor::Plugin
 Represents a loaded plugin. More...
class  Phasor::FFI
 Manages loading, registering, and unloading native FFI plugins. More...

Namespaces

namespace  Phasor
 The Phasor Programming Language and Runtime.

Typedefs

typedef void(* FFIFunction) (const PhasorAPI *api, PhasorVM *vm)

Typedef Documentation

◆ FFIFunction

typedef void(* FFIFunction) (const PhasorAPI *api, PhasorVM *vm)

Definition at line 18 of file ffi.hpp.