|
Elektra 0.11.0
|
Implementation of plugin spec. More...
Namespaces | |
| namespace | kdb |
| This is the main namespace for the C++ binding and libraries. | |
| namespace | kdb::tools |
| This namespace is for the libtool library. | |
Functions | |
| bool | kdb::tools::operator== (PluginSpec const &self, PluginSpec const &other) |
| Compare two pluginspec if their value is equal. | |
| bool | kdb::tools::operator!= (PluginSpec const &self, PluginSpec const &other) |
| Compare two pluginspec if their value is not equal. | |
| std::ostream & | kdb::tools::operator<< (std::ostream &os, PluginSpec const &spec) |
| Output the name, refname and size of config. | |
Implementation of plugin spec.