$darkmode
Elektra 0.11.0
Namespaces | Functions
keyio.hpp File Reference
#include <key.hpp>
#include <keyset.hpp>
#include <iostream>
Include dependency graph for keyio.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::Key const &k)
 Stream the name of a key. More...
 
std::istream & kdb::operator>> (std::istream &is, kdb::Key &k)
 Reads a line with a keys name. More...
 

Detailed Description