SYNOPSIS
#include <keyset.hpp>
Detailed Description
For C++ forward Iteration over KeySets.
(External Iterator)
for (Key k:ks3)
{
std::cout << k.getName() << std::endl;
}
Author
Generated automatically by Doxygen for Elektra from the source code.

