Elektra  0.8.11
Data Structures | Namespaces | Functions
backend.hpp File Reference

Implements a way to build and deal with a backend. More...

#include <plugins.hpp>
#include <modules.hpp>
#include <toolexcept.hpp>
#include <ostream>
#include <string>
#include <kdb.hpp>
Include dependency graph for backend.hpp:
This graph shows which files directly or indirectly include this file:

Data Structures

class  kdb::tools::Backend
 A representation of the backend (= set of plugins) that can be mounted. 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

std::ostream & kdb::tools::operator<< (std::ostream &os, Backend const &b)
 Prints the current status.
 

Detailed Description

Implements a way to build and deal with a backend.