Represents the unique signature / identity of a Plugin.
More...
#include <Plugin.h>
|
PluginIdentifier | identifier |
| Unique string identifying the plugin.
|
|
FixedString< 64 > | name |
| Plugin name.
|
|
FixedString< 16 > | version |
| Plugin version (x.y.z)
|
|
Represents the unique signature / identity of a Plugin.
◆ operator==()
bool SC::PluginIdentity::operator== |
( |
const PluginIdentity & | other | ) |
const |
|
inline |
Compares two plugins on Identity::identifier.
- Parameters
-
other | Other plugin to compare |
- Returns
true
if the two plugins share the same identifier
◆ identifier
PluginIdentifier SC::PluginIdentity::identifier |
Unique string identifying the plugin.
◆ name
FixedString<64> SC::PluginIdentity::name |
◆ version
FixedString<16> SC::PluginIdentity::version |
The documentation for this struct was generated from the following file: