Inja 3.5.0
A Template Engine for Modern C++
Loading...
Searching...
No Matches
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 (std::string_view input, const std::filesystem::path &path)
void parse_into_template (Template &tmpl, const std::filesystem::path &filename)

Static Public Member Functions

static std::string load_file (const std::filesystem::path &filename)

Detailed Description

Class for parsing an inja Template.


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