$darkmode
Elektra 0.11.0
|
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. More... | |
bool | checkPlacement (Plugin &plugin, std::string which) |
check if this plugin has at least one placement More... | |
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 has at least one placement
plugin | 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,