Comparison helper functions.
More...
#include <string>
#include <kdb.hpp>
|
namespace | kdb |
| This is the main namespace for the C++ binding and libraries.
|
|
namespace | kdb::tools |
| This namespace is for the libtool library.
|
|
|
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.
|
|
bool | kdb::tools::helper::keyMetaEqual (Key &, Key &) |
| Determines if two keys have equal metadata.
|
|
Comparison helper functions.
- Copyright
- BSD License (see doc/COPYING or http://www.libelektra.org)