Provided by: elektra-doc_0.8.14-5.1ubuntu2_all 

NAME
kdb::NameIterator - For C++ forward Iteration over Names.
SYNOPSIS
#include <key.hpp>
Inherited by kdb::NameReverseIterator [private].
Detailed Description
For C++ forward Iteration over Names.
(External Iterator)
for (std::string s:k3)
{
std::cout << s << std::endl;
}
Author
Generated automatically by Doxygen for Elektra from the source code.
Version 0.8.14 Mon Jul 24 2017 kdb::NameIterator(3elektra)