Elektra  0.8.15
Namespaces | Functions
comparison.cpp File Reference

Comparison helper functions. More...

#include <helper/comparison.hpp>
Include dependency graph for comparison.cpp:

Namespaces

 kdb
 This is the main namespace for the C++ binding and libraries.
 
 kdb::tools
 This namespace is for the libtool library.
 

Functions

bool kdb::tools::helper::keyDataEqual (const Key &, const Key &)
 Determines if two keys are equal based on their string value If one of the two keys is null, false is returned. More...
 
bool kdb::tools::helper::keyMetaEqual (Key &, Key &)
 Determines if two keys have equal metadata. More...
 

Detailed Description

Comparison helper functions.