plugify 1.2.8
Loading...
Searching...
No Matches
Public Attributes | List of all members
plugify::LoadData Struct Reference

Holds information about the load result. More...

#include <language_module.hpp>

Collaboration diagram for plugify::LoadData:
Collaboration graph
[legend]

Public Attributes

std::vector< MethodDatamethods
 Methods exported by the loaded plugin.
 
MemAddr data
 Data associated with the loaded plugin.
 
MethodTable table
 Method table for the loaded plugin.
 

Detailed Description

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.

Member Data Documentation

◆ data

MemAddr plugify::LoadData::data

Data associated with the loaded plugin.

Definition at line 34 of file language_module.hpp.

◆ methods

std::vector<MethodData> plugify::LoadData::methods

Methods exported by the loaded plugin.

Definition at line 33 of file language_module.hpp.

◆ table

MethodTable plugify::LoadData::table

Method table for the loaded plugin.

Definition at line 35 of file language_module.hpp.


The documentation for this struct was generated from the following file: