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 | |
C_Screener (I_Parser &parser, F_Pred &&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 |
|
inline |
|
inlineoverridevirtual |
Implements bux::I_Parser.
Definition at line 113 of file LexBase.h.
References bux::I_Parser::add().
|
inlineoverridevirtual |
Implements bux::I_Parser.
Definition at line 121 of file LexBase.h.
References bux::I_Parser::setSource().