xale-db 1.0
minimal SQL engine, written in c++
Loading...
Searching...
No Matches
Xale::Query::Token Struct Reference

Token struct defined by type, value and pos. More...

#include <Token.h>

Collaboration diagram for Xale::Query::Token:
Collaboration graph

Public Attributes

TokenType type
std::string lexeme
size_t position

Detailed Description

Token struct defined by type, value and pos.

Member Data Documentation

◆ lexeme

std::string Xale::Query::Token::lexeme

◆ position

size_t Xale::Query::Token::position

◆ type

TokenType Xale::Query::Token::type

The documentation for this struct was generated from the following file: