$darkmode
Elektra 0.11.0
Namespaces | Functions
pluginspec.cpp File Reference

Implementation of plugin spec. More...

#include <pluginspec.hpp>
#include <toolexcept.hpp>
#include <iostream>
Include dependency graph for pluginspec.cpp:

Namespaces

 kdb
 This is the main namespace for the C++ binding and libraries.
 
 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. More...
 
bool kdb::tools::operator!= (PluginSpec const &self, PluginSpec const &other)
 Compare two pluginspec if their value is not equal. More...
 
std::ostream & kdb::tools::operator<< (std::ostream &os, PluginSpec const &spec)
 Output the name, refname and size of config.
 

Detailed Description

Implementation of plugin spec.