#include <minja.hpp>
Definition at line 946 of file minja.hpp.
◆ ForNode()
| minja::ForNode::ForNode |
( |
const Location & |
loc, |
|
|
std::vector< std::string > && |
var_names, |
|
|
std::shared_ptr< Expression > && |
iterable, |
|
|
std::shared_ptr< Expression > && |
condition, |
|
|
std::shared_ptr< TemplateNode > && |
body, |
|
|
bool |
recursive, |
|
|
std::shared_ptr< TemplateNode > && |
else_body |
|
) |
| |
|
inline |
◆ do_render()
| void minja::ForNode::do_render |
( |
std::ostringstream & |
out, |
|
|
const std::shared_ptr< Context > & |
context |
|
) |
| const |
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: