MySQL 9.1.0
Source Code Documentation
|
#include <map>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | options_parser |
Functions | |
bool | options_parser::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. More... | |