Elektra  0.8.15
Data Structures | Namespaces
plugins.hpp File Reference

Implementation of get/set and error plugins. More...

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

Data Structures

class  kdb::tools::Plugins
 A collection of plugins (either get, set or error) More...
 
class  kdb::tools::GetPlugins
 Plugins to get configuration. More...
 
class  kdb::tools::SetPlugins
 Plugins to set configuration. More...
 
class  kdb::tools::ErrorPlugins
 Plugins to handle errors during configuration access. More...
 

Namespaces

 kdb
 This is the main namespace for the C++ binding and libraries.
 
 kdb::tools
 This namespace is for the libtool library.
 

Detailed Description

Implementation of get/set and error plugins.