KiCad PCB EDA Suite
|
#include <libeval_compiler.h>
Public Attributes | |
bool | pendingError = false |
COMPILATION_STAGE | stage |
wxString | message |
int | srcPos |
Definition at line 72 of file libeval_compiler.h.
wxString LIBEVAL::ERROR_STATUS::message |
Definition at line 77 of file libeval_compiler.h.
Referenced by LIBEVAL::COMPILER::reportError(), and testEvalExpr().
bool LIBEVAL::ERROR_STATUS::pendingError = false |
Definition at line 74 of file libeval_compiler.h.
Referenced by LIBEVAL::COMPILER::Compile(), LIBEVAL::COMPILER::COMPILER(), LIBEVAL::COMPILER::IsErrorPending(), PCB_EXPR_EVALUATOR::IsErrorPending(), and LIBEVAL::COMPILER::reportError().
int LIBEVAL::ERROR_STATUS::srcPos |
Definition at line 78 of file libeval_compiler.h.
Referenced by LIBEVAL::COMPILER::reportError(), and testEvalExpr().
COMPILATION_STAGE LIBEVAL::ERROR_STATUS::stage |
Definition at line 76 of file libeval_compiler.h.
Referenced by LIBEVAL::COMPILER::reportError().