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

Namespaces

namespace  utils
 

Classes

struct  BundlePluginInfo
 Information about a plugin within a bundle. More...
 
class  PluginBundle
 Manages a bundle of plugins. More...
 
struct  PluginPlatforms
 Platform-specific information for a plugin. More...
 

Enumerations

enum class  PluginLoadPolicy { ALL_PLUGINS_ABI_COMPATIBLE = 0 , ANY_PLUGINS_ABI_COMPATIBLE = 1 }
 Policy for loading plugins with ABI compatibility checks. More...
 

Enumeration Type Documentation

◆ PluginLoadPolicy

Policy for loading plugins with ABI compatibility checks.

Enumerator
ALL_PLUGINS_ABI_COMPATIBLE 

Load only if all plugins are ABI compatible.

ANY_PLUGINS_ABI_COMPATIBLE 

Load any plugins that are ABI compatible.