fourdst_plugin 0.0.1a
C++ Plugin Manager
|
Platform-specific information for a plugin. More...
#include <bundle.h>
Public Attributes | |
std::string | name |
Name of the platform. | |
std::string | triplet |
Platform triplet (e.g., x86_64-linux-gnu) | |
std::string | abiSignature |
ABI signature of the platform. | |
std::string | architecture |
CPU architecture (e.g., x86_64) | |
std::string | path |
Path to the platform-specific binary. | |
Platform-specific information for a plugin.
std::string fourdst::plugin::bundle::PluginPlatforms::abiSignature |
ABI signature of the platform.
std::string fourdst::plugin::bundle::PluginPlatforms::architecture |
CPU architecture (e.g., x86_64)
std::string fourdst::plugin::bundle::PluginPlatforms::name |
Name of the platform.
std::string fourdst::plugin::bundle::PluginPlatforms::path |
Path to the platform-specific binary.
std::string fourdst::plugin::bundle::PluginPlatforms::triplet |
Platform triplet (e.g., x86_64-linux-gnu)