#include <utils.hpp>
Public Member Functions | |
parse_error (string message_, int row_, int col_) | |
Public Attributes | |
const int | row |
const int | col |
Definition at line 32 of file utils.hpp.
jdl::parse_error::parse_error | ( | string | message_, | |
int | row_, | |||
int | col_ | |||
) | [inline] |
const int jdl::parse_error::row |
const int jdl::parse_error::col |