fourdst_plugin 0.0.1a
C++ Plugin Manager
|
Information about a plugin within a bundle. More...
#include <bundle.h>
Public Attributes | |
std::string | pluginName |
Name of the plugin. | |
std::string | pluginVersion |
Version of the plugin. | |
std::string | pluginDynamicLibPath |
Path to the plugin's dynamic library. | |
std::string | pluginCompiledOn |
Timestamp of when the plugin was compiled. | |
std::vector< std::string > | pluginSupportedArch |
List of supported architectures. | |
std::vector< std::string > | pluginSupportedABI |
List of supported ABIs. | |
std::optional< std::string > | pluginChecksum |
Optional checksum of the plugin. | |
Information about a plugin within a bundle.
std::optional<std::string> fourdst::plugin::bundle::BundlePluginInfo::pluginChecksum |
Optional checksum of the plugin.
std::string fourdst::plugin::bundle::BundlePluginInfo::pluginCompiledOn |
Timestamp of when the plugin was compiled.
std::string fourdst::plugin::bundle::BundlePluginInfo::pluginDynamicLibPath |
Path to the plugin's dynamic library.
std::string fourdst::plugin::bundle::BundlePluginInfo::pluginName |
Name of the plugin.
std::vector<std::string> fourdst::plugin::bundle::BundlePluginInfo::pluginSupportedABI |
List of supported ABIs.
std::vector<std::string> fourdst::plugin::bundle::BundlePluginInfo::pluginSupportedArch |
List of supported architectures.
std::string fourdst::plugin::bundle::BundlePluginInfo::pluginVersion |
Version of the plugin.