Elektra  0.8.12
kdb::NameIterator Class Reference

For C++ forward Iteration over Names. More...

#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;
        }

The documentation for this class was generated from the following file: