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