fourdst_plugin 0.0.1a
C++ Plugin Manager
Loading...
Searching...
No Matches
fourdst::plugin::bundle::BundlePluginInfo Struct Reference

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.
 

Detailed Description

Information about a plugin within a bundle.

Member Data Documentation

◆ pluginChecksum

std::optional<std::string> fourdst::plugin::bundle::BundlePluginInfo::pluginChecksum

Optional checksum of the plugin.

◆ pluginCompiledOn

std::string fourdst::plugin::bundle::BundlePluginInfo::pluginCompiledOn

Timestamp of when the plugin was compiled.

◆ pluginDynamicLibPath

std::string fourdst::plugin::bundle::BundlePluginInfo::pluginDynamicLibPath

Path to the plugin's dynamic library.

◆ pluginName

std::string fourdst::plugin::bundle::BundlePluginInfo::pluginName

Name of the plugin.

◆ pluginSupportedABI

std::vector<std::string> fourdst::plugin::bundle::BundlePluginInfo::pluginSupportedABI

List of supported ABIs.

◆ pluginSupportedArch

std::vector<std::string> fourdst::plugin::bundle::BundlePluginInfo::pluginSupportedArch

List of supported architectures.

◆ pluginVersion

std::string fourdst::plugin::bundle::BundlePluginInfo::pluginVersion

Version of the plugin.


The documentation for this struct was generated from the following file: