#include <inja.hpp>
Public Member Functions | |
| BlockStatementNode (BlockNode *const parent, const std::string &name, size_t pos) | |
| void | accept (NodeVisitor &v) const override |
| 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 | name |
| BlockNode | block |
| BlockNode *const | parent |
| Public Attributes inherited from inja::AstNode | |
| size_t | pos |
|
inlineexplicit |
Definition at line 766 of file inja.hpp.
References name, parent, and inja::StatementNode::StatementNode().
|
inlineoverridevirtual |
Implements inja::StatementNode.
Definition at line 772 of file inja.hpp.
References inja::NodeVisitor::visit().
| BlockNode inja::BlockStatementNode::block |
Definition at line 763 of file inja.hpp.
Referenced by inja::Parser::parse_statement(), inja::Renderer::visit(), inja::Renderer::visit(), and inja::StatisticsVisitor::visit().
| const std::string inja::BlockStatementNode::name |
Definition at line 762 of file inja.hpp.
Referenced by BlockStatementNode(), inja::Renderer::visit(), and inja::Renderer::visit().
| BlockNode* const inja::BlockStatementNode::parent |
Definition at line 764 of file inja.hpp.
Referenced by BlockStatementNode(), and inja::Parser::parse_statement().