ALib C++ Framework
by
Library Version: 2605 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
alib::lang::PluginContainer< TPlugin, TPriorities >::Slot Struct Reference

Description:

template<typename TPlugin, typename TPriorities>
struct alib::lang::PluginContainer< TPlugin, TPriorities >::Slot

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

Definition at line 79 of file lang/plugins.hpp.

#include <plugins.hpp>

Public Field Index:

bool owned
TPlugin * plugin
 The plug-in.

Field Details:

◆ owned

template<typename TPlugin, typename TPriorities>
bool alib::lang::PluginContainer< TPlugin, TPriorities >::Slot::owned

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

Definition at line 81 of file lang/plugins.hpp.

◆ plugin

template<typename TPlugin, typename TPriorities>
TPlugin* alib::lang::PluginContainer< TPlugin, TPriorities >::Slot::plugin

The plug-in.

Definition at line 80 of file lang/plugins.hpp.


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