#include <minja.hpp>
|
| virtual void | do_render (std::ostringstream &out, const std::shared_ptr< Context > &context) const =0 |
| |
Definition at line 849 of file minja.hpp.
◆ TemplateNode()
| minja::TemplateNode::TemplateNode |
( |
const Location & |
location | ) |
|
|
inline |
◆ ~TemplateNode()
| virtual minja::TemplateNode::~TemplateNode |
( |
| ) |
|
|
virtualdefault |
◆ do_render()
| virtual void minja::TemplateNode::do_render |
( |
std::ostringstream & |
out, |
|
|
const std::shared_ptr< Context > & |
context |
|
) |
| const |
|
protectedpure virtual |
◆ location()
| const Location & minja::TemplateNode::location |
( |
| ) |
const |
|
inline |
◆ render() [1/2]
| std::string minja::TemplateNode::render |
( |
const std::shared_ptr< Context > & |
context | ) |
const |
|
inline |
◆ render() [2/2]
| void minja::TemplateNode::render |
( |
std::ostringstream & |
out, |
|
|
const std::shared_ptr< Context > & |
context |
|
) |
| const |
|
inline |
The documentation for this class was generated from the following file: