#include <KVMap.h>
Inheritance diagram for zypp::KVMap< KVMapOpts >:

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 |
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>.
Definition at line 175 of file KVMap.h.
|
|||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
Definition at line 191 of file KVMap.h. References zypp::str::join(). |
1.4.6