1#ifndef OPTIONS_PARSER_H_INCLUDED 
    2#define OPTIONS_PARSER_H_INCLUDED 
   48                  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:169
 
std::string str(const mysqlrouter::ConfigGenerator::Options::Endpoint &ep)
Definition: config_generator.cc:1078
 
Definition: options_parser.cc:40
 
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:338
 
std::map< Key, Value, Compare, ut::allocator< std::pair< const Key, Value > > > map
Specialization of map which uses ut_allocator.
Definition: ut0new.h:2898