| 
| result  | options_parser::parse_options_string (String *str, char delimiter, char key_value_separator, std::map< std::string, std::string > *options) | 
|   | Parses the options string into keys and values.  More...
  | 
|   | 
| bool  | options_parser::resolve_parser_result (result result, const char *function_name) | 
|   | Determines result of parsing operation, raises error if parsing was unsuccessful.  More...
  | 
|   | 
| 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...
  | 
|   |