ALib C++ Library
Library Version: 2312 R0
Documentation generated by doxygen
Public Fields | List of all members
PluginContainer< pTPlugin, pTPriorities >::Slot Struct Reference

#include <plugins.hpp>

Class Description

template<typename pTPlugin, typename pTPriorities>
struct aworx::lib::detail::PluginContainer< pTPlugin, pTPriorities >::Slot

Type definition for elements of the list of plug-ins with their priority.

Definition at line 73 of file lib/fs_plugins/plugins.hpp.

Public Fields

bool owned
 
TPluginplugin
 The plug-in.
 
TPriorities priority
 The priority of the plug-in.
 

Member Data Documentation

◆ owned

bool owned

If true, this container is responsible for deleting the plug-in object.

Definition at line 77 of file lib/fs_plugins/plugins.hpp.


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