Elektra  0.8.8
kdb::KeySetIterator Class Reference

#include <keyset.hpp>

Detailed Description

For C++ forward Iteration over KeySets. (External Iterator)

for (Key k:ks3)
{
std::cout << k.getName() << std::endl;
}

The documentation for this class was generated from the following file: