plugify 1.0.0.0
|
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 |
MethodTable | table |
User data. | |
Holds information about the load result.
The LoadResultData structure is used to represent the result of loading a plugin in a language module.
Definition at line 53 of file language_module.hpp.
MemAddr plugify::LoadResultData::data |
Definition at line 55 of file language_module.hpp.
std::vector<MethodData> plugify::LoadResultData::methods |
Methods exported by the loaded plugin.
Definition at line 54 of file language_module.hpp.
MethodTable plugify::LoadResultData::table |
User data.
Definition at line 56 of file language_module.hpp.