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

Represents a table of method availability flags. More...

#include <method.hpp>

Public Attributes

bool hasUpdate {}
 Boolean indicating if an update method exists.
 
bool hasStart {}
 Boolean indicating if a start method exists.
 
bool hasEnd {}
 Boolean indicating if an end method exists.
 
bool hasExport {}
 Boolean indicating if a export methods exists.
 

Detailed Description

Represents a table of method availability flags.

This structure contains offsets that indicate the presence of certain methods within a plugin. Each field represents whether a corresponding method is available.

Definition at line 194 of file method.hpp.

Member Data Documentation

◆ hasEnd

bool plugify::MethodTable::hasEnd {}

Boolean indicating if an end method exists.

Definition at line 197 of file method.hpp.

◆ hasExport

bool plugify::MethodTable::hasExport {}

Boolean indicating if a export methods exists.

Definition at line 198 of file method.hpp.

◆ hasStart

bool plugify::MethodTable::hasStart {}

Boolean indicating if a start method exists.

Definition at line 196 of file method.hpp.

◆ hasUpdate

bool plugify::MethodTable::hasUpdate {}

Boolean indicating if an update method exists.

Definition at line 195 of file method.hpp.


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