plugify 1.2.8
|
Holds information about the load result. More...
#include <language_module.hpp>
Public Attributes | |
std::vector< MethodData > | methods |
Methods exported by the loaded plugin. | |
MemAddr | data |
Data associated with the loaded plugin. | |
MethodTable | table |
Method table for the loaded plugin. | |
Holds information about the load result.
The LoadResult structure is used to represent the result of loading a plugin in a language module.
Definition at line 32 of file language_module.hpp.
MemAddr plugify::LoadData::data |
Data associated with the loaded plugin.
Definition at line 34 of file language_module.hpp.
std::vector<MethodData> plugify::LoadData::methods |
Methods exported by the loaded plugin.
Definition at line 33 of file language_module.hpp.
MethodTable plugify::LoadData::table |
Method table for the loaded plugin.
Definition at line 35 of file language_module.hpp.