Provided by: elektra-doc_0.8.14-5_all bug

NAME

       kdb::KeySetIterator - For C++ forward Iteration over KeySets.

SYNOPSIS

       #include <keyset.hpp>

Detailed Description

       For C++ forward Iteration over KeySets.

       (External Iterator)

       for (Key k:ks3)
       {
          std::cout << k.getName() << std::endl;
       }

Author

       Generated automatically by Doxygen for Elektra from the source code.