MQTTSuite
Loading...
Searching...
No Matches
inja::RenderConfig Struct Reference

Class for render configuration. More...

#include <inja.hpp>

Collaboration diagram for inja::RenderConfig:

Public Attributes

bool throw_at_missing_includes {true}
bool html_autoescape {false}

Detailed Description

Class for render configuration.

Definition at line 1003 of file inja.hpp.

Member Data Documentation

◆ html_autoescape

bool inja::RenderConfig::html_autoescape {false}

Definition at line 1005 of file inja.hpp.

1005{false};

Referenced by inja::Renderer::print_data(), and inja::Environment::set_html_autoescape().

◆ throw_at_missing_includes

bool inja::RenderConfig::throw_at_missing_includes {true}

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