1#ifndef OPTIONS_PARSER_H_INCLUDED
2#define OPTIONS_PARSER_H_INCLUDED
47 const char *func_name);
Using this class is fraught with peril, and you need to be very careful when doing so.
Definition: sql_string.h:166
std::string str(const mysqlrouter::ConfigGenerator::Options::Endpoint &ep)
Definition: config_generator.cc:1055
Definition: options_parser.cc:39
bool parse_string(String *str, std::map< std::string, std::string > *map, const char *func_name)
Parses options string into a map of keys and values, raises an error if parsing is unsuccessful.
Definition: options_parser.cc:337