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

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.
 

Detailed Description

Platform-specific information for a plugin.

Member Data Documentation

◆ abiSignature

std::string fourdst::plugin::bundle::PluginPlatforms::abiSignature

ABI signature of the platform.

◆ architecture

std::string fourdst::plugin::bundle::PluginPlatforms::architecture

CPU architecture (e.g., x86_64)

◆ name

std::string fourdst::plugin::bundle::PluginPlatforms::name

Name of the platform.

◆ path

std::string fourdst::plugin::bundle::PluginPlatforms::path

Path to the platform-specific binary.

◆ triplet

std::string fourdst::plugin::bundle::PluginPlatforms::triplet

Platform triplet (e.g., x86_64-linux-gnu)


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