Crossfire Server, Trunk
|
Helper-class for the inja Lexer. More...
#include <inja.hpp>
Public Member Functions | |
std::string | describe () const |
constexpr | Token ()=default |
constexpr | Token (Kind kind, nonstd::string_view text) |
Data Fields | |
Kind | kind {Kind::Unknown} |
nonstd::string_view | text |
|
strong |
|
explicitconstexprdefault |
|
inlineexplicitconstexpr |
|
inline |
Definition at line 1832 of file inja.hpp.
References guild_entry::text.
Referenced by inja::Parser::parse_into(), and inja::Parser::parse_statement().
Kind inja::Token::kind {Kind::Unknown} |
Definition at line 1826 of file inja.hpp.
Referenced by inja::Parser::parse_expression(), inja::Parser::parse_into(), and inja::Parser::parse_statement().
nonstd::string_view inja::Token::text |
Definition at line 1827 of file inja.hpp.
Referenced by inja::Parser::add_json_literal(), inja::Parser::parse_expression(), inja::Parser::parse_into(), and inja::Parser::parse_statement().