GUIDOLib
1.7.7
A Music Score Rendering Engine
|
A structure for parser error. More...
Public Attributes | |
int | line |
line a reference that will contain a line number in case of syntax error More... | |
int | col |
col a reference that will contain a column number in case of syntax error More... | |
std::string | msg |
msg a string that will contain the error message More... | |
A structure for parser error.
int ParserError::col |
col a reference that will contain a column number in case of syntax error
int ParserError::line |
line a reference that will contain a line number in case of syntax error
std::string ParserError::msg |
msg a string that will contain the error message