#include <inja.hpp>
Public Member Functions | |
| ForArrayStatementNode (const std::string &value, BlockNode *const parent, size_t pos) | |
| void | accept (NodeVisitor &v) const override |
| Public Member Functions inherited from inja::ForStatementNode | |
| ForStatementNode (BlockNode *const parent, size_t pos) | |
| Public Member Functions inherited from inja::StatementNode | |
| StatementNode (size_t pos) | |
| Public Member Functions inherited from inja::AstNode | |
| AstNode (size_t pos) | |
| AstNode (const AstNode &)=default | |
| AstNode & | operator= (const AstNode &)=default |
| virtual | ~AstNode () |
Public Attributes | |
| const std::string | value |
| Public Attributes inherited from inja::ForStatementNode | |
| ExpressionListNode | condition |
| BlockNode | body |
| BlockNode *const | parent |
| Public Attributes inherited from inja::AstNode | |
| size_t | pos |
|
inlineexplicit |
Definition at line 680 of file inja.hpp.
References inja::ForStatementNode::ForStatementNode(), and value.
|
inlineoverridevirtual |
Implements inja::ForStatementNode.
Definition at line 685 of file inja.hpp.
References inja::NodeVisitor::visit().
| const std::string inja::ForArrayStatementNode::value |
Definition at line 678 of file inja.hpp.
Referenced by ForArrayStatementNode(), and inja::Renderer::visit().