Provided by: elektra-doc_0.8.14-5.1ubuntu2_all bug

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.