MySQL 9.1.0
Source Code Documentation
|
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... | |
Struct for storing the parsing result.
Gives the user specific feedback if an invalid string is entered.
char options_parser::result::c |
Character that caused the parsing to fail.
std::string options_parser::result::msg |
Information about the specific error that occurred.
parser_status options_parser::result::status |
Whether parsing was successful or not, and what type of error occurred, if any.