Class for render configuration. More...
#include <inja.hpp>
Public Attributes | |
| bool | throw_at_missing_includes {true} |
| bool | html_autoescape {false} |
| bool inja::RenderConfig::html_autoescape {false} |
Definition at line 1005 of file inja.hpp.
Referenced by inja::Renderer::print_data(), and inja::Environment::set_html_autoescape().
| bool inja::RenderConfig::throw_at_missing_includes {true} |
Definition at line 1004 of file inja.hpp.
Referenced by inja::Environment::set_throw_at_missing_includes(), inja::Renderer::visit(), and inja::Renderer::visit().