plugify 1.0.0.0
|
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 194 of file method.hpp.
bool plugify::MethodTable::hasEnd {} |
Boolean indicating if an end method exists.
Definition at line 197 of file method.hpp.
bool plugify::MethodTable::hasExport {} |
Boolean indicating if a export methods exists.
Definition at line 198 of file method.hpp.
bool plugify::MethodTable::hasStart {} |
Boolean indicating if a start method exists.
Definition at line 196 of file method.hpp.
bool plugify::MethodTable::hasUpdate {} |
Boolean indicating if an update method exists.
Definition at line 195 of file method.hpp.