Inja  3.4.0
A Template Engine for Modern C++
Public Member Functions | List of all members
inja::Lexer Class Reference

Class for lexing an inja Template. More...

#include <lexer.hpp>

Public Member Functions

 Lexer (const LexerConfig &config)
 
SourceLocation current_position () const
 
void start (std::string_view input)
 
Token scan ()
 
const LexerConfigget_config () const
 

Detailed Description

Class for lexing an inja Template.


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