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.
|
#include <LexBase.h>
Public Member Functions | |
constexpr | C_ScreenerNo (I_Parser &parser) |
Public Member Functions inherited from bux::C_Screener< bool(*)(T_LexID)> | |
C_Screener (I_Parser &parser, bool(*)(T_LexID) &&ignore) | |
void | add (T_LexID token, unsigned line, unsigned col, I_LexAttr *unownedAttr) override |
std::string_view | setSource (std::string_view src) override |
Public Member Functions inherited from bux::I_Parser | |
virtual | ~I_Parser ()=default |
|
inlineexplicitconstexpr |