plugify 1.2.8
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

const Methodmethod
 Ref to 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 59 of file method.hpp.

Member Data Documentation

◆ addr

MemAddr plugify::MethodData::addr

Pointer to the method's memory address.

Definition at line 61 of file method.hpp.

◆ method

const Method& plugify::MethodData::method

Ref to representing the method.

Definition at line 60 of file method.hpp.


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