|
ocssw
V2022
|
KvStore Member List
This is the complete list of members for KvStore, including all inherited members.
| at(const std::string &k) | KvStore | |
| at(std::string &&k) | KvStore | |
| begin() | KvStore | |
| begin(const std::string &group) const | KvStore | |
| callback(read_callback callback) | KvStore | inline |
| callback() | KvStore | inline |
| cbegin() const | KvStore | |
| cend() const | KvStore | |
| command(std::string &&cmd, std::string &&args) | KvStore | |
| command_group(std::string &&group) | KvStore | |
| command_include(std::string &&file) | KvStore | |
| command_include_local(std::string &&file) | KvStore | |
| count(const std::string &k) const | KvStore | |
| count(std::string &&k) const | KvStore | |
| end() | KvStore | |
| end(const std::string &group) const | KvStore | |
| find(const std::string &k) | KvStore | |
| find(std::string &&k) | KvStore | |
| find(std::string &k) const | KvStore | |
| find(std::string &&k) const | KvStore | |
| group_begin() const | KvStore | |
| group_end() const | KvStore | |
| group_separator(const std::string &s) | KvStore | inline |
| group_separator() | KvStore | inline |
| KvStore()=default | KvStore | |
| KvStore(std::unordered_map< std::string, std::string > &kv_store) | KvStore | explicit |
| KvStore(const std::string &file) | KvStore | explicit |
| KvStore(const std::string &file, read_callback callback) | KvStore | |
| load(const std::string &file) | KvStore | |
| load(std::istream &in) | KvStore | |
| load_line(const std::string &line) | KvStore | |
| operator<<(std::ostream &os, const KvStore &kv) | KvStore | friend |
| operator[](const std::string &k) | KvStore | |
| operator[](std::string &&k) | KvStore | |
| switch_group(const std::string &group) | KvStore |


