| Elektra
    0.8.15
    | 
| array.c | Array methods | 
| automergeconfiguration.cpp | |
| automergeconfiguration.hpp | A configuration for a simple automerge | 
| automergestrategy.cpp | Implementation of AutoMergeStrategy | 
| automergestrategy.hpp | A strategy for taking the value of | 
| backend.c | Everything related to a backend | 
| examples/backend.cpp | |
| src/backend.cpp | Implementation of backend | 
| backend.hpp | Implements a way to deal with a backend | 
| backendbuilder.cpp | Implementation of backend builder | 
| backendbuilder.hpp | Implements a way to build backends | 
| backendparser.cpp | Tests for the Backend parser class | 
| backendparser.hpp | Implements ways to parse backends | 
| backends.cpp | |
| backends.hpp | Allows one to list all available backends | 
| benchmark_getenv.cpp | Benchmark for getenv | 
| benchmark_plugins.cpp | Benchmark for getenv | 
| comparison.cpp | Comparison helper functions | 
| comparison.hpp | Comparison helper functions | 
| dl.c | Loading modules under linux | 
| doc.c | Loading Modules for Elektra documentation | 
| doc.h | |
| exportsymbols.c | Export symbols tool | 
| functional.c | Functional helper | 
| getenv.c | |
| getenv.cpp | Source for the getenv library | 
| importmergeconfiguration.cpp | |
| importmergeconfiguration.hpp | A configuration for a simple automerge and guaranteed conflict resolution by one side | 
| interactivemergestrategy.cpp | Implementation of InteractiveMergeStrategy | 
| interactivemergestrategy.hpp | Interactive merge strategy asking for user input at each step | 
| internal.c | Internal methods for Elektra | 
| kdb.c | Low level functions for access the Key Database | 
| kdb.hpp | |
| kdbcontext.hpp | |
| kdbenum.c | Dummy file do document the enums which have no name in the header file | 
| kdbexcept.hpp | |
| kdbextension.h | Extension functionality | 
| kdbgetenv.h | Header for the getenv library | 
| kdbhelper.h | Helper for memory management | 
| kdbinternal.h | Includes most internal header files | 
| kdbio.hpp | |
| kdbmerge.hpp | |
| kdbmeta.h | Metadata functions | 
| kdbmodule.h | |
| kdbobsolete.h | Obsolete/Deprecated API | 
| kdbos.h | Operating system specific workarounds | 
| kdbplugin.h | Methods for plugin programing | 
| kdbplugin.hpp | Helpers for creating plugins | 
| kdbprivate.h | Private declarations | 
| kdbproposal.h | Proposed declarations | 
| kdbthread.hpp | |
| kdbtimer.hpp | |
| kdbtypes.h | Elektra's data types for C and C++11 | 
| kdbvalue.hpp | |
| key.c | Methods for Key manipulation | 
| key.hpp | |
| keyexcept.hpp | |
| keyhelper.cpp | Key helper functions | 
| keyhelper.hpp | Key helper functions | 
| keyhelpers.c | Helpers for key manipulation | 
| keyio.hpp | |
| keymeta.c | Methods to do various operations on Key meta data | 
| keyname.c | Methods for Key name manipulation | 
| keyset.c | Methods for key sets | 
| keyset.hpp | |
| keysetget.hpp | |
| keysetio.hpp | |
| keytest.c | Methods for making tests | 
| keyvalue.c | Methods for Key value manipulation | 
| main.cpp | |
| markdownlinkconverter.c | |
| mergeconfiguration.hpp | Base class for defining preconfigured merge configurations | 
| mergeconflict.hpp | Models a merge conflict | 
| mergeconflictstrategy.cpp | Implementation of MergeConflictStrategy | 
| mergeconflictstrategy.hpp | Interface for a MergeConflictStrategy | 
| mergeresult.cpp | Implementation of MergeResult | 
| mergeresult.hpp | Class modelling the result of a three way merge | 
| mergetask.hpp | Models a merge task | 
| mergetestutils.cpp | Implements a helper class for merge related tests | 
| merging.cpp | |
| meta.c | Methods for meta data manipulation | 
| metamergestrategy.cpp | Implementation of MetaMergeStrategy | 
| metamergestrategy.hpp | Applies a MergeConflictStrategy on the meta keys | 
| modules.cpp | Implementation of module loading | 
| modules.hpp | Allows one to load plugins | 
| mount.c | Interna of mount functionality | 
| newkeystrategy.cpp | Implementation of OneSideStrategy | 
| newkeystrategy.hpp | A strategy which always takes the value from one side | 
| onesidemergeconfiguration.cpp | |
| onesidemergeconfiguration.hpp | A configuration for a simple automerge and guaranteed conflict resolution by one side | 
| onesidestrategy.cpp | Implementation of OneSideStrategy | 
| onesidestrategy.hpp | A strategy which always takes the value from one side | 
| onesidevaluestrategy.cpp | Implementation of OneSideStrategy | 
| onesidevaluestrategy.hpp | |
| overwritemergeconfiguration.cpp | |
| overwritemergeconfiguration.hpp | A configuration for a simple automerge and guaranteed conflict resolution by one side | 
| owner.c | Obsolete owner methods | 
| elektra/plugin.c | Interna of plugin functionality | 
| plugin/plugin.c | Access plugin handle | 
| plugin.cpp | Implementation of plugin | 
| plugin.hpp | Header file of plugin | 
| plugindatabase.cpp | Implementation of PluginDatabase(s) | 
| plugindatabase.hpp | Interface to all plugins | 
| plugins.cpp | Implementation of set/get/error plugins | 
| plugins.hpp | Implementation of get/set and error plugins | 
| pluginspec.cpp | Implementation of plugin spec | 
| pluginspec.hpp | Interface to specify which plugin is meant | 
| elektra/proposal.c | Implementation of proposed API enhancements | 
| proposal/proposal.c | Implementation of proposed API enhancements | 
| specreader.hpp | Implements a way to read spec for mounting purposes | 
| split.c | Interna of splitting functionality | 
| static.c | |
| test_context.cpp | Tests for the getenv library (context part) | 
| test_fork.cpp | Tests for the getenv library | 
| test_getenv.cpp | Tests for the getenv library | 
| testtool_automergestrategy.cpp | Tests for the AutoMergeStrategy | 
| testtool_backend.cpp | Tests for the Backend class | 
| testtool_backendbuilder.cpp | Tests for the Backend builder class | 
| testtool_backendparser.cpp | Tests for the Backend parser class | 
| testtool_comparison.cpp | Tests for the comparison helper | 
| testtool_keyhelper.cpp | Tests for the key helper | 
| testtool_mergecases.cpp | Tests for the ThreeWayMerge | 
| testtool_mergeresult.cpp | Tests for the Mergeresult class | 
| testtool_metamergestrategy.cpp | Tests for the MetaMergeStrategy | 
| testtool_newkeystrategy.cpp | Tests for the NewKeyStrategy | 
| testtool_onesidestrategy.cpp | Tests for the OneSideStrategy | 
| testtool_pluginspec.cpp | Tests for the pluginspec class | 
| testtool_samemountpoint.cpp | Tests for the Backend class | 
| testtool_specreader.cpp | Tests for the spec readerclass | 
| testtool_umount.cpp | Tests for the umount | 
| threewaymerge.cpp | Implementation of ThreeWayMerge | 
| threewaymerge.hpp | Implements a way to build and deal with a backend | 
| toolexcept.hpp | Implementation of all exceptions elektratools library might throw | 
| trie.c | Interna of trie functionality | 
 1.8.8
 1.8.8