MySQL 8.4.0
Source Code Documentation
options_parser::result Struct Reference

Struct for storing the parsing result. More...

Public Attributes

parser_status status
 Whether parsing was successful or not, and what type of error occurred, if any. More...
 
std::string msg
 Information about the specific error that occurred. More...
 
char c
 Character that caused the parsing to fail. More...
 

Detailed Description

Struct for storing the parsing result.

Gives the user specific feedback if an invalid string is entered.

Member Data Documentation

◆ c

char options_parser::result::c

Character that caused the parsing to fail.

◆ msg

std::string options_parser::result::msg

Information about the specific error that occurred.

◆ status

parser_status options_parser::result::status

Whether parsing was successful or not, and what type of error occurred, if any.


The documentation for this struct was generated from the following file: