Type definition for elements of the list of plug-ins with their priority.
Definition at line 103 of file lang/plugins.hpp.
#include <plugins.hpp>
Public Field Index: | |
bool | owned |
TPlugin * | plugin |
The plug-in. | |
bool owned |
If true
, this container is responsible for deleting the plug-in object.
Definition at line 106 of file lang/plugins.hpp.
TPlugin* plugin |
The plug-in.
Definition at line 105 of file lang/plugins.hpp.