Elektra  0.8.15
Data Structures | Namespaces
plugindatabase.hpp File Reference

Interface to all plugins. More...

#include <map>
#include <memory>
#include <unordered_map>
#include <kdb.hpp>
#include <pluginspec.hpp>
Include dependency graph for plugindatabase.hpp:
This graph shows which files directly or indirectly include this file:

Data Structures

class  kdb::tools::PluginDatabase
 Loads all plugins and allows us to query them. More...
 
class  kdb::tools::ModulesPluginDatabase
 A plugin database that works with installed modules. More...
 
class  kdb::tools::MockPluginDatabase
 A plugin database that works with added fake data. 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

Interface to all plugins.