MCPcopy Create free account
hub / github.com/DeNA/HandlerSocket-Plugin-for-MySQL / config

Class config

libhsclient/config.hpp:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17namespace dena {
18
19struct config : public std::map<std::string, std::string> {
20 std::string get_str(const std::string& key, const std::string& def = "")
21 const;
22 long long get_int(const std::string& key, long long def = 0) const;
23};
24
25void parse_args(int argc, char **argv, config& conf);
26

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected