bionic (3) kdb_KeySetIterator.3elektra.gz

NAME
kdb::KeySetIterator - For C++ forward Iteration over KeySets.
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.