WPILibC++ 2024.3.2
|
Raw struct schema lexer. More...
#include <wpi/struct/SchemaParser.h>
Public Member Functions | |
Lexer (std::string_view in) | |
Construct a raw struct schema lexer. More... | |
Token | Scan () |
Gets the next token. More... | |
size_t | GetPosition () const |
Gets the starting position of the last lexed token. More... | |
Raw struct schema lexer.
|
inlineexplicit |
Construct a raw struct schema lexer.
in | schema |
|
inline |
Gets the starting position of the last lexed token.