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::GLR::C_Parser, including all inherited members.
add(T_LexID token, unsigned line, unsigned col, I_LexAttr *unownedAttr) override | bux::GLR::C_Parser | virtual |
C_Parser(const I_ParserPolicy &policy) | bux::GLR::C_Parser | |
eachAccepted(std::function< void(C_LexPtr &)> apply) | bux::GLR::C_Parser | |
m_policy | bux::GLR::C_Parser | |
onError(const C_SourcePos &pos, std::string_view message) | bux::GLR::C_Parser | |
setSource(std::string_view src) override | bux::GLR::C_Parser | virtual |
userData(void *p) | bux::GLR::C_Parser | inline |
userData() const | bux::GLR::C_Parser | inline |
~I_Parser()=default | bux::I_Parser | virtual |