plugify 1.2.8
|
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. | |
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 71 of file method.hpp.
bool plugify::MethodTable::hasEnd {} |
Boolean indicating if an end method exists.
Definition at line 74 of file method.hpp.
bool plugify::MethodTable::hasExport {} |
Boolean indicating if a export methods exists.
Definition at line 75 of file method.hpp.
bool plugify::MethodTable::hasStart {} |
Boolean indicating if a start method exists.
Definition at line 73 of file method.hpp.
bool plugify::MethodTable::hasUpdate {} |
Boolean indicating if an update method exists.
Definition at line 72 of file method.hpp.