top | up | prev | next

ParseResult Struct

Definition at line 67 of Sources.hpp

Constructors

ParseResult()

Member Variables

std::string cursorContainer
std::chrono::steady_clock::time_point end
std::string error
std::vector<std::string> errors
int numberOfErrors
bool ok
std::chrono::steady_clock::time_point start
bool synchronized

Constructor Details

ParseResult Constructor

cmajor::symbols::ParseResult::ParseResult()

Definition at line 69 of Sources.hpp :
 69 : ok(true)numberOfErrors(0)synchronized(false)start()end() {}


top | up | prev | next