GUIDOLib  1.7.7
A Music Score Rendering Engine
Public Attributes | List of all members
ParserError Struct Reference

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...
 

Detailed Description

A structure for parser error.

Member Data Documentation

◆ col

int ParserError::col

col a reference that will contain a column number in case of syntax error

◆ line

int ParserError::line

line a reference that will contain a line number in case of syntax error

◆ msg

std::string ParserError::msg

msg a string that will contain the error message


Guido Project Copyright © 2019 Grame-CNCM