|
Sen API
Sen Libraries
|
Parses STL types and queries out of a list of tokens. More...
#include <stl_parser.h>
Classes | |
| struct | ParseError |
Public Member Functions | |
| StlParser (const StlTokenList &tokens) | |
| Stores the tokens for eventual parsing. | |
| std::vector< StlStatement > | parse () |
| Parse the tokens given in the constructor into a set of statements. | |
| QueryStatement | parseQuery () |
| Parse the tokens as a query statement. | |
Parses STL types and queries out of a list of tokens.
|
explicit |
Stores the tokens for eventual parsing.
|
nodiscard |
Parse the tokens given in the constructor into a set of statements.
|
nodiscard |
Parse the tokens as a query statement.