table of contents
| pluginspec.cpp(3elektra) | Elektra | pluginspec.cpp(3elektra) |
NAME¶
pluginspec.cpp - Implementation of plugin spec.
SYNOPSIS¶
#include <pluginspec.hpp>
#include <toolexcept.hpp>
#include <iostream>
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. 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.
Detailed Description¶
Implementation of plugin spec.
Copyright:
Author¶
Generated automatically by Doxygen for Elektra from the source code.
| Mon Jan 15 2018 | Version 0.8.20 |