#include <parser.h>
Public Member Functions | |
| IncorrectInputFileFormat (size_t line_no) | |
| Constructor must be provided with line number, where the error occurred. | |
| size_t | problematic_line_no (void) |
Private Attributes | |
| const size_t | _problematic_line_no |
| Line number, where the error occurred. | |
Definition at line 48 of file parser.h.
| ace::IncorrectInputFileFormat::IncorrectInputFileFormat | ( | size_t | line_no | ) | [inline] |
| size_t ace::IncorrectInputFileFormat::problematic_line_no | ( | void | ) | [inline] |
1.5.5