|
Elektra 0.8.26
|
A collection of plugins (either get, set or error). More...
#include <plugins.hpp>

Public Member Functions | |
| void | addInfo (Plugin &plugin) |
| Add needed, provided and recommend information. | |
| bool | validateProvided () const |
| Validate needed, and provided information. | |
| bool | checkPlacement (Plugin &plugin, std::string which) |
| check if this plugin can be placed in the unfortunately limited number of slots | |
| void | checkOrdering (Plugin &plugin) |
| Check ordering of plugins. | |
| void | checkConflicts (Plugin &plugin) |
| Check conflicts of plugins. | |
A collection of plugins (either get, set or error).
| bool kdb::tools::Plugins::checkPlacement | ( | Plugin & | plugin, |
| std::string | which ) |
check if this plugin can be placed in the unfortunately limited number of slots
| Plugins | the plugin to check |
| which | placementInfo it is |
| true | if it should be added |
| false | no placements (will not be added) |
| bool kdb::tools::Plugins::validateProvided | ( | ) | const |
Validate needed, and provided information.
(Recommended ignored,