Elektra  0.8.19
File List
Here is a list of all documented files with brief descriptions:
o*array.cArray methods
o*automergeconfiguration.cpp
o*automergeconfiguration.hppA configuration for a simple automerge
o*automergestrategy.cppImplementation of AutoMergeStrategy
o*automergestrategy.hppA strategy for taking the value of
o*backend.cEverything related to a backend
o*examples/backend.cpp
o*src/backend.cppImplementation of backend
o*backend.hppImplements a way to deal with a backend
o*backendbuilder.cppImplementation of backend builder
o*backendbuilder.hppImplements a way to build backends
o*backendparser.cppTests for the Backend parser class
o*backendparser.hppImplements ways to parse backends
o*backends.cpp
o*backends.hppAllows one to list all available backends
o*benchmark_plugins.cppBenchmark for getenv
o*comparison.cppComparison helper functions
o*comparison.hppComparison helper functions
o*dl.cLoading modules under linux
o*doc.cLoading Modules for Elektra documentation
o*doc.h
o*exportsymbols.cExport symbols tool
o*functional.cFunctional helper
o*importmergeconfiguration.cpp
o*importmergeconfiguration.hppA configuration for a simple automerge and guaranteed conflict resolution by one side
o*interactivemergestrategy.cppImplementation of InteractiveMergeStrategy
o*interactivemergestrategy.hppInteractive merge strategy asking for user input at each step
o*internal.cInternal methods for Elektra
o*kdb.cLow level functions for access the Key Database
o*kdb.hpp
o*kdbassert.hAssertions macros
o*kdbcontext.hpp
o*kdbenum.cDummy file do document the enums which have no name in the header file
o*kdbexcept.hpp
o*kdbextension.hExtension functionality
o*kdbhelper.hHelper for memory management
o*kdbinternal.hIncludes most internal header files
o*kdbio.hpp
o*kdblogger.hLogger Interface
o*kdbmacros.hMacros by Elektra
o*kdbmeta.hMetadata functions
o*kdbmodule.h
o*kdbobsolete.hObsolete/Deprecated API
o*kdbos.hOperating system specific workarounds
o*kdbplugin.hMethods for plugin programing
o*kdbplugin.hppHelpers for creating plugins
o*kdbprivate.hPrivate declarations
o*kdbproposal.hProposed declarations
o*kdbthread.hpp
o*kdbtimer.hpp
o*kdbtypes.hElektra's data types for C and C++11
o*kdbvalue.hpp
o*key.cMethods for Key manipulation
o*key.hpp
o*keyexcept.hpp
o*keyhelper.cppKey helper functions
o*keyhelper.hppKey helper functions
o*keyhelpers.cHelpers for key manipulation
o*keyio.hpp
o*keymeta.cMethods to do various operations on Key metadata
o*ease/keyname.cMethods for accessing key names
o*elektra/keyname.cMethods for Key name manipulation
o*keyset.cMethods for key sets
o*keyset.hpp
o*keysetget.hpp
o*keysetio.hpp
o*keytest.cMethods for making tests
o*keyvalue.cMethods for Key value manipulation
o*log.cNon-C99 Logger Implementation
o*markdownlinkconverter.c
o*mergeconfiguration.hppBase class for defining preconfigured merge configurations
o*mergeconflict.hppModels a merge conflict
o*mergeconflictstrategy.cppImplementation of MergeConflictStrategy
o*mergeconflictstrategy.hppInterface for a MergeConflictStrategy
o*mergeresult.cppImplementation of MergeResult
o*mergeresult.hppClass modelling the result of a three way merge
o*mergetask.hppModels a merge task
o*mergetestutils.cppImplements a helper class for merge related tests
o*merging.cpp
o*mergingkdb.cppImplementation of MergeResult
o*mergingkdb.hpp
o*meta.cMethods for metadata manipulation
o*metamergestrategy.cppImplementation of MetaMergeStrategy
o*metamergestrategy.hppApplies a MergeConflictStrategy on the metakeys
o*modules.cppImplementation of module loading
o*modules.hppAllows one to load plugins
o*mount.cInterna of mount functionality
o*newkeystrategy.cppImplementation of OneSideStrategy
o*newkeystrategy.hppA strategy which always takes the value from one side
o*nolog.cC99-compatible Fake Logger Implementation
o*onesidemergeconfiguration.cpp
o*onesidemergeconfiguration.hppA configuration for a simple automerge and guaranteed conflict resolution by one side
o*onesidestrategy.cppImplementation of OneSideStrategy
o*onesidestrategy.hppA strategy which always takes the value from one side
o*onesidevaluestrategy.cppImplementation of OneSideStrategy
o*onesidevaluestrategy.hpp
o*opmphm.cThe Order Preserving Minimal Perfect Hash Map
o*overwritemergeconfiguration.cpp
o*overwritemergeconfiguration.hppA configuration for a simple automerge and guaranteed conflict resolution by one side
o*owner.cObsolete owner methods
o*elektra/plugin.cInterna of plugin functionality
o*plugin/plugin.cAccess plugin handle
o*plugin.cppImplementation of plugin
o*plugin.hppHeader file of plugin
o*plugindatabase.cppImplementation of PluginDatabase(s)
o*plugindatabase.hppInterface to all plugins
o*plugins.cppImplementation of set/get/error plugins
o*plugins.hppImplementation of get/set and error plugins
o*pluginspec.cppImplementation of plugin spec
o*pluginspec.hppInterface to specify which plugin is meant
o*elektra/proposal.cImplementation of proposed API enhancements
o*proposal/proposal.cImplementation of proposed API enhancements
o*specreader.hppImplements a way to read spec for mounting purposes
o*split.cInterna of splitting functionality
o*static.c
o*testtool_automergestrategy.cppTests for the AutoMergeStrategy
o*testtool_backend.cppTests for the Backend class
o*testtool_backendbuilder.cppTests for the Backend builder class
o*testtool_backendparser.cppTests for the Backend parser class
o*testtool_comparison.cppTests for the comparison helper
o*testtool_keyhelper.cppTests for the key helper
o*testtool_mergecases.cppTests for the ThreeWayMerge
o*testtool_mergeresult.cppTests for the Mergeresult class
o*testtool_mergingkdb.cppTests for MergingKDB
o*testtool_metamergestrategy.cppTests for the MetaMergeStrategy
o*testtool_newkeystrategy.cppTests for the NewKeyStrategy
o*testtool_onesidestrategy.cppTests for the OneSideStrategy
o*testtool_pluginspec.cppTests for the pluginspec class
o*testtool_samemountpoint.cppTests for the Backend class
o*testtool_specreader.cppTests for the spec readerclass
o*testtool_umount.cppTests for the umount
o*threewaymerge.cppImplementation of ThreeWayMerge
o*threewaymerge.hppImplements a way to build and deal with a backend
o*toolexcept.hppImplementation of all exceptions elektratools library might throw
\*trie.cInterna of trie functionality