#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 |
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::Comma>.
| std::string KVMap< KVMapOpts >::asString | ( | ) | const [inline] |
1.5.3