CONZEPT 16 C++ API
|
Result of a compilation of a procedure. More...
#include "C16/Procedure.hpp"
Public Attributes | |
Error | error = Error() |
Error of the result of the compilation. More... | |
std::string | procedure_name |
Name of the procedure that caused the error. More... | |
int | line_number = 0 |
Number of the line of the procedure that caused the error. More... | |
int | column_number = 0 |
Number of the column within the line of the procedure that caused the error. More... | |
std::string | line_text |
Text of the line of the procedure that caused the error. More... | |
std::string | error_text |
Error text of the result. More... | |
Error of the result of the compilation.
std::string C16::Procedure::Compilation::Result::procedure_name |
Name of the procedure that caused the error.
int C16::Procedure::Compilation::Result::line_number = 0 |
Number of the line of the procedure that caused the error.
int C16::Procedure::Compilation::Result::column_number = 0 |
Number of the column within the line of the procedure that caused the error.
std::string C16::Procedure::Compilation::Result::line_text |
std::string C16::Procedure::Compilation::Result::error_text |
Error text of the result.