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

Holds information about the load result. More...

#include <language_module.hpp>

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

Public Attributes

std::vector< MethodDatamethods
 Methods exported by the loaded plugin.
 
MemAddr data
 
MethodTable table
 User data.
 

Detailed Description

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.

Member Data Documentation

◆ data

MemAddr plugify::LoadResultData::data

Definition at line 55 of file language_module.hpp.

◆ methods

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

Methods exported by the loaded plugin.

Definition at line 54 of file language_module.hpp.

◆ table

MethodTable plugify::LoadResultData::table

User data.

Definition at line 56 of file language_module.hpp.


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