| Elektra
    0.8.13
    | 
A collection of plugins (either get, set or error) More...
#include <plugins.hpp>
Inherited by kdb::tools::ErrorPlugins [private], kdb::tools::GetPlugins [private], and kdb::tools::SetPlugins [private].
| 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 can be placed in the unfortunately limited number of slots  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 can be placed in the unfortunately limited number of slots
| plugin | the plugin to check | 
| which | placementInfo it is | 
| true | if it should be added | 
| false | no placement (will not be added) | 
| bool kdb::tools::Plugins::validateProvided | ( | ) | const | 
Validate needed, and provided information.
(Recommended ignored,
 1.8.8
 1.8.8