#include <KVMap.h>
Inheritance diagram for _KVMap::Options:
Public Member Functions | |
Options (const std::string &kvsplit_r, const std::string &fsplit_r) | |
Options (const std::string &kvsplit_r, const std::string &fsplit_r, const std::string &kvjoin_r) | |
Options (const std::string &kvsplit_r, const std::string &fsplit_r, const std::string &kvjoin_r, const std::string &fjoin_r) | |
Public Attributes | |
std::string | _kvsplit |
std::string | _fsplit |
std::string | _kvjoin |
std::string | _fjoin |
_kvsplit: The string separating key from value
_fsplit: (key,value) pairs are separated by any nonempty sequence of characers occurring in _fsplit
_kvjoin: The string used to join key and value.
_fjoin: The string used to separate (key,value) pairs.
TODO: Maybe options for exact _fsplit handling and timming of values.
|
|
|
|
|
|
|
|
|
|
|
|
|
|