Elektra
0.8.12
|
kdb::tools::Backend | A representation of the backend (= set of plugins) that can be mounted |
kdb::tools::BackendInfo | Info about a backend |
kdb::tools::Backends | Allows one to list backends |
kdb::Command | Used by contexts for callbacks (to run code using a mutex) |
kdb::Context | Provides a context for configuration |
kdb::ContextPolicyIs< Policy > | Needed by the user to set one of the policies |
kdb::Coordinator | Thread safe coordination of ThreadContext per Threads |
kdb::DefaultGetPolicy | Implements lookup with spec |
kdb::DefaultSetPolicy | Implements creating user/ key when key is not found |
kdb::Discriminator< Base, D > | This technique with the PolicySelector and Discriminator is taken from the book "C++ Templates - The Complete Guide" by David Vandevoorde and Nicolai M |
kdb::Discriminator< Setter1, 1 > | |
kdb::Discriminator< Setter2, 2 > | |
kdb::Discriminator< Setter3, 3 > | |
kdb::Discriminator< Setter4, 4 > | |
kdb::Discriminator< Setter5, 5 > | |
kdb::Discriminator< Setter6, 6 > | |
std::exception | STL class |
std::runtime_error | STL class |
kdb::tools::ToolException | All exceptions from the elektratools library are derived from this exception |
kdb::GetPolicyIs< Policy > | Needed by the user to set one of the policies |
kdb::KDB | Constructs a class KDB. |
kdb::Key | Key is an essential class that encapsulates key name , value and metainfo . |
kdb::KeySet | A keyset holds together a set of keys |
kdb::KeySetIterator | For C++ forward Iteration over KeySets |
kdb::KeySetReverseIterator | For C++ reverse Iteration over KeySets |
kdb::Layer | Base class for all layers |
kdb::LockPolicyIs< Policy > | Needed by the user to set one of the policies |
kdb::tools::Modules | Allows one to load plugins |
kdb::NameIterator | For C++ forward Iteration over Names |
kdb::NameReverseIterator | For C++ reverse Iteration over Names |
kdb::none_t | This type is being used as bottom type that always fails |
kdb::ObserverPolicyIs< Policy > | Needed by the user to set one of the policies |
kdb::PerContext | A data structure that is stored by context inside the Coordinator |
kdb::tools::Plugin | This is a C++ representation of a plugin |
kdb::tools::Plugins | A collection of plugins (either get, set or error) |
kdb::SetPolicyIs< Policy > | Needed by the user to set one of the policies |
kdb::ThreadSubject | Subject from Observer pattern for ThreadContext |
kdb::Va | Needed to avoid constructor ambiguity |
kdb::ValueObserver | Base class for values to be observed |
kdb::WritePolicyIs< Policy > | Needed by the user to set one of the policies |