Inja 3.3.0
A Template Engine for Modern C++
Loading...
Searching...
No Matches
Public Member Functions | List of all members
inja::Parser Class Reference

Class for parsing an inja Template. More...

#include <parser.hpp>

Public Member Functions

 Parser (const ParserConfig &parser_config, const LexerConfig &lexer_config, TemplateStorage &template_storage, const FunctionStorage &function_storage)
 
Template parse (nonstd::string_view input, nonstd::string_view path)
 
Template parse (nonstd::string_view input)
 
void parse_into_template (Template &tmpl, nonstd::string_view filename)
 
std::string load_file (nonstd::string_view filename)
 

Detailed Description

Class for parsing an inja Template.


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