#include <iosfwd>
#include <map>
#include <y2util/stringutil.h>
Go to the source code of this file.
Classes | |
struct | _KVMap |
Base class for KVMaps, (key,value) pairs. More... | |
struct | _KVMap::Options |
Options for conversion of KVMaps to/from string. More... | |
struct | _KVMap::CharSep< kv, f > |
Options for KVMaps using a single char as separator (e.g. mount options). More... | |
struct | KVMap< KVMapOpts > |
A map of (key,value) strings. More... | |
Functions | |
template<typename KVMapOpts> | |
std::ostream & | operator<< (std::ostream &str, const KVMap< KVMapOpts > &obj) |
|
|