Elektra  0.8.12
kdb::KeySetIterator Class Reference

For C++ forward Iteration over KeySets. More...

#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: