|
Elektra 0.11.0
|
| ▼Nkdb | This is the main namespace for the C++ binding and libraries |
| ▼Ntools | This namespace is for the libtool library |
| ▼Nmerging | |
| CMergingKDB | Provides a merging wrapper around a KDB instance |
| CBackend | A low-level representation of the backend (= set of plugins) that can be mounted |
| CBackendBuilder | Highlevel interface to build a backend |
| CBackendBuilderInit | Used as argument of constructor of *BackendBuilder |
| CBackendFactory | Factory for MountBackendInterface |
| CBackendInfo | Info about a backend |
| CBackendInterface | Minimal interface to add plugins |
| CBackends | Allows one to list backends |
| CCommitPlugins | Plugins to handle errors during configuration access |
| CErrorPlugins | Plugins to handle errors during configuration access |
| CGetPlugins | Plugins to get configuration |
| CGlobalPlugins | Low level representation of global plugins |
| CGlobalPluginsBuilder | Build global plugins |
| CImportExportBackend | Backend for import/export functionality |
| CMockPluginDatabase | A plugin database that works with added fake data |
| CModules | Allows one to load plugins |
| CModulesPluginDatabase | A plugin database that works with installed modules |
| CMountBackendBuilder | High-level functionality to build a mountpoint |
| CMountBackendInterface | Interface to work with mountpoints (backends) for factory |
| CPlugin | This is a C++ representation of a plugin |
| CPluginAdder | Adds plugins in a generic map |
| CPluginDatabase | Loads all plugins and allows us to query them |
| CPlugins | A collection of plugins (either get, set or error) |
| CPluginSpec | Specifies a plugin by its name and configuration |
| CPluginSpecHash | Only to be used with PluginSpecName! |
| CSerializeInterface | Interface to serialize a backend |
| CSetPlugins | Plugins to set configuration |
| CSpecBackendBuilder | Build individual backend while reading specification |
| CSpecReader | Highlevel interface to build a backend from specification |
| CToolException | All exceptions from the elektratools library are derived from this exception |
| CCommand | Used by contexts for callbacks (to run code using a mutex) |
| CContext | Provides a context for configuration |
| CContextPolicyIs | Needed by the user to set one of the policies |
| CCoordinator | Thread safe coordination of ThreadContext per Threads |
| CDefaultGetPolicy | Implements lookup with spec |
| CDefaultSetPolicy | Implements creating user:/ key when key is not found |
| CElektraDiff | This class is a wrapper around the ElektraDiff C struct |
| CGetPolicyIs | Needed by the user to set one of the policies |
| CKDB | Constructs a class KDB. |
| CKey | Key is an essential class that encapsulates key name , value and metainfo . |
| CKeySet | A keyset holds together a set of keys |
| CKeySetIterator | For C++ forward Iteration over KeySets |
| CKeySetReverseIterator | For C++ reverse Iteration over KeySets |
| CLayer | Base class for all layers |
| CLockPolicyIs | Needed by the user to set one of the policies |
| CNameIterator | For C++ forward Iteration over Names |
| CNameReverseIterator | For C++ reverse Iteration over Names |
| Cnone_t | This type is being used as bottom type that always fails |
| CObserverPolicyIs | Needed by the user to set one of the policies |
| CPerContext | A data structure that is stored by context inside the Coordinator |
| CSetPolicyIs | Needed by the user to set one of the policies |
| CThreadSubject | Subject from Observer pattern for ThreadContext |
| CVaAlloc | Needed to avoid constructor ambiguity |
| CValueObserver | Base class for values to be observed |
| CWrapped | Everything implementing this interface can be used as layer |
| CWritePolicyIs | Needed by the user to set one of the policies |
| ▼Porg | |
| ▼Plibelektra | JNA based proxy for native libelektra |
| ▼Pexception | Exceptions and error mapping for JNA based proxy for native libelektra |
| CKDBClosedException | Indicates that an already closed KDB session has been accessed |
| CKeyBinaryValueException | Indicates a key's underlying native key value is not of type binary, and therefore is not compatible with the invoked functionality raising this exception |
| CKeyException | Indicates a generic exception while calling one of Key's methodsThis exception is related to unrecoverable C API specific errors (primarily allocation problems) |
| CKeyMetaException | Indicates Key#copyMeta(Key, String), Key#copyAllMeta(Key), Key#setMeta(String, String) or Key#removeMeta(String) failed because the key name is invalid, the meta information is read-only or there where allocation problems in the native library |
| CKeyNameException | Indicates Key#setName(String), Key#setBaseName(String) or Key#addBaseName(String) failed because the key name is invalid, the key was inserted in a key set before, the key name is read-only For there where allocation problems in the native library |
| CKeySetException | Indicates a generic exception while calling one of KeySet's methodsThis exception is related to unrecoverable C API specific errors (primarily allocation problems) |
| CKeyStringValueException | Indicates a key's underlying native key value is not of type string, and therefore is not compatible with the invoked functionality raising this exception |
| CKDB | Represents a session with the Elektra key database |
| CKDBException | Wraps Elektra errors into the corresponding Java exceptions |
| ▼CKey | Key represents a native Elektra key providing access to its name, value and meta information |
| CCreateArgumentTag | Argument tags for use with create(String, Object...) |
| CKeySet | Java representation of a native Elektra key set, a container for keys |
| CNativePlugin | This class can be used to load native Elektra plugins to be used by Java directly |
| CPlugin | Java representation of an Elektra plugin |
| CPluginLoader | This class can be used to load plugins from Elektra |
| CReadableKey | Read only key representing a native Elektra key providing read access to its name and value |
| ▼Nstd | STL namespace |
| Chash< kdb::Key > | Support for putting Key in a hash |
| CDocBindingData | [kdbio operation data] |
| CDocOperationData | [kdbio operation data] |
| COpmphm | The opmphm |
| COpmphmEdge | Order Preserving Minimal Perfect Hash Map |
| CSomeIoLibHandle | Example I/O management library data structure |