|
libzypp
9.1.2
|
A map of (key,value) strings. More...
#include <KVMap.h>

Public Member Functions | |
| KVMap () | |
| KVMap (const char *str_r) | |
| KVMap (const std::string &str_r) | |
| KVMap (const map_type &map_r) | |
| ~KVMap () | |
| std::string | asString () const |
A map of (key,value) strings.
The template argument defines the kvmap::Options for split and join.
E.g. mount options (a comma separated list of key[=value] pairs) could be handled by KVMap<kvmap::KVMapBase::Comma>.
| zypp::KVMap< KVMapOpts >::KVMap | ( | ) | [inline] |
| zypp::KVMap< KVMapOpts >::KVMap | ( | const char * | str_r | ) | [inline] |
| zypp::KVMap< KVMapOpts >::KVMap | ( | const std::string & | str_r | ) | [inline] |
| zypp::KVMap< KVMapOpts >::KVMap | ( | const map_type & | map_r | ) | [inline] |
| zypp::KVMap< KVMapOpts >::~KVMap | ( | ) | [inline] |
| std::string zypp::KVMap< KVMapOpts >::asString | ( | ) | const [inline] |
Definition at line 192 of file KVMap.h.
References zypp::kvmap::KVMapBase::join().
1.7.6.1