Type definition for elements of the list of plug-ins with their priority.
Definition at line 81 of file plugins.inl.
Public Field Index: | |
bool | owned |
TPlugin * | plugin |
The plug-in. | |
bool alib::lang::PluginContainer< TPlugin, TPriorities >::Slot::owned |
If true
, this container is responsible for deleting the plug-in object.
Definition at line 84 of file plugins.inl.
TPlugin* alib::lang::PluginContainer< TPlugin, TPriorities >::Slot::plugin |
The plug-in.
Definition at line 83 of file plugins.inl.