Elektra
0.8.11
|
This namespace is for the libtool library. More...
Data Structures | |
class | Backend |
A representation of the backend (= set of plugins) that can be mounted. More... | |
struct | BackendInfo |
Info about a backend. More... | |
class | Backends |
Allows one to list backends. More... | |
class | Modules |
Allows one to load plugins. More... | |
class | Plugin |
This is a C++ representation of a plugin. More... | |
class | Plugins |
A collection of plugins (either get, set or error) More... | |
struct | ToolException |
All exceptions from the elektratools library are derived from this exception. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &os, Backend const &b) |
Prints the current status. | |
This namespace is for the libtool library.
std::ostream & kdb::tools::operator<< | ( | std::ostream & | os, |
Backend const & | b | ||
) |
Prints the current status.
os | stream to print to |
b | backend to get status from |