#include <ored/scripting/scriptparser.hpp>
Public Attributes | |
std::string | remainingInput |
LocationInfo | stoppedParsingAt |
std::string | expectedWhat |
LocationInfo | expectedWhere |
std::string | scriptCurrentLine |
std::string | scriptContext |
Size | errorPos |
Definition at line 33 of file scriptparser.hpp.
std::string remainingInput |
Definition at line 35 of file scriptparser.hpp.
LocationInfo stoppedParsingAt |
Definition at line 36 of file scriptparser.hpp.
std::string expectedWhat |
Definition at line 38 of file scriptparser.hpp.
LocationInfo expectedWhere |
Definition at line 39 of file scriptparser.hpp.
std::string scriptCurrentLine |
Definition at line 40 of file scriptparser.hpp.
std::string scriptContext |
Definition at line 41 of file scriptparser.hpp.
Size errorPos |
Definition at line 42 of file scriptparser.hpp.