Elektra  0.8.12
Data Structures | Functions
kdb::tools Namespace Reference

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.

Detailed Description

This namespace is for the libtool library.

Note:
You have to link against libelektratools if you want to use functionality from it. Contrary to classes in namespace kdb it is not header-only.
See also:
Backend for an entry point

Function Documentation

std::ostream & kdb::tools::operator<< ( std::ostream &  os,
Backend const &  b 
)

Prints the current status.

Parameters:
osstream to print to
bbackend to get status from
Returns:
ref to stream