$darkmode
Elektra 0.11.0
Namespaces | Functions
keysetio.hpp File Reference
#include <iostream>
#include <keyio.hpp>
#include <keyset.hpp>
Include dependency graph for keysetio.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

 kdb
 This is the main namespace for the C++ binding and libraries.
 

Functions

std::ostream & kdb::operator<< (std::ostream &os, kdb::KeySet const &cks)
 Outputs line per line the keynames. More...
 
std::istream & kdb::operator>> (std::istream &is, kdb::KeySet &ks)
 Reads line per line key names and appends those keys to ks. More...
 

Detailed Description