plugify 1.2.8
|
Represents data related to a plugin method. More...
#include <method.hpp>
Public Attributes | |
const Method & | method |
Ref to representing the method. | |
MemAddr | addr |
Pointer to the method's memory address. | |
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.
MemAddr plugify::MethodData::addr |
Pointer to the method's memory address.
Definition at line 61 of file method.hpp.
const Method& plugify::MethodData::method |
Ref to representing the method.
Definition at line 60 of file method.hpp.