#include <plugins.hpp>
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 |
TPlugin * | plugin |
The plug-in. | |
TPriorities | priority |
The priority of the plug-in. | |
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.