Represents the unique signature / identity of a Plugin. More...
#include <Plugin.h>
Public Member Functions | |
bool | operator== (const PluginIdentity &other) const |
Compares two plugins on Identity::identifier. More... | |
Public Attributes | |
PluginIdentifier | identifier |
Unique string identifying the plugin. More... | |
SmallString< 30 > | name |
Plugin name. More... | |
SmallString< 10 > | version |
Plugin version (x.y.z) More... | |
Represents the unique signature / identity of a Plugin.
|
inline |
Compares two plugins on Identity::identifier.
other | Other plugin to compare |
true
if the two plugins share the same identifier PluginIdentifier SC::PluginIdentity::identifier |
Unique string identifying the plugin.
SmallString<30> SC::PluginIdentity::name |
Plugin name.
SmallString<10> SC::PluginIdentity::version |
Plugin version (x.y.z)