bux API Reference 1.9.0
Static library of whatever are seen required in general purpose but not directly supported from Modern C++. Or whatever reusable originated from my side projects.
|
This is the complete list of members for bux::LR1::I_ParserPolicy, including all inherited members.
action(T_StateID state, T_LexID token) const =0 | bux::LR1::I_ParserPolicy | pure virtual |
changeToken(T_LexID &token, C_LexPtr &attr) const | bux::LR1::I_ParserPolicy | virtual |
FH_Reduce typedef | bux::LR1::I_ParserPolicy | |
getAcceptId() const =0 | bux::LR1::I_ParserPolicy | pure virtual |
getReduceInfo(size_t id, C_ReduceInfo &info) const =0 | bux::LR1::I_ParserPolicy | pure virtual |
getTokenName(T_LexID token, std::string &name) const | bux::LR1::I_ParserPolicy | virtual |
I_ParserPolicy(T_LexID idError) | bux::LR1::I_ParserPolicy | inline |
m_IdError | bux::LR1::I_ParserPolicy | |
nextState(T_StateID state, T_LexID lex) const =0 | bux::LR1::I_ParserPolicy | pure virtual |
onError(C_Parser &parser, const C_SourcePos &pos, std::string_view message) const =0 | bux::LR1::I_ParserPolicy | pure virtual |
printToken(T_LexID token) const | bux::LR1::I_ParserPolicy | |
~I_ParserPolicy()=default | bux::LR1::I_ParserPolicy | virtual |