table of contents
other versions
| kdb::NameIterator(3elektra) | Elektra | kdb::NameIterator(3elektra) |
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.
| Sun May 29 2016 | Version 0.8.14 |