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

Represents data related to a plugin method. More...

#include <method.hpp>

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

Public Attributes

MethodHandle method
 Handle representing the method.
 
MemAddr addr
 Pointer to the method's memory address.
 

Detailed Description

Represents data related to a plugin method.

This structure holds information about a specific plugin method, including:

Definition at line 182 of file method.hpp.

Member Data Documentation

◆ addr

MemAddr plugify::MethodData::addr

Pointer to the method's memory address.

Definition at line 184 of file method.hpp.

◆ method

MethodHandle plugify::MethodData::method

Handle representing the method.

Definition at line 183 of file method.hpp.


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