Provided by: elektra-doc_0.8.14-5_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 Tue Dec 15 2015 kdb::NameIterator(3elektra)