Class for parser configuration. More...
#include <inja.hpp>
Public Attributes | |
| bool | search_included_templates_in_files {true} |
| std::function< Template(const std::string &, const std::string &)> | include_callback |
| std::function<Template(const std::string&, const std::string&)> inja::ParserConfig::include_callback |
Definition at line 971 of file inja.hpp.
Referenced by inja::Parser::add_to_template_storage(), and inja::Environment::set_include_callback().
| bool inja::ParserConfig::search_included_templates_in_files {true} |
Definition at line 969 of file inja.hpp.
Referenced by inja::Parser::add_to_template_storage(), and inja::Environment::set_search_included_templates_in_files().