Inja 3.5.0
A Template Engine for Modern C++
Loading...
Searching...
No Matches
inja::ForObjectStatementNode Class Reference
Inheritance diagram for inja::ForObjectStatementNode:
inja::ForStatementNode inja::StatementNode inja::AstNode

Public Member Functions

 ForObjectStatementNode (const std::string &key, 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)

Public Attributes

const std::string key
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

Member Function Documentation

◆ accept()

void inja::ForObjectStatementNode::accept ( NodeVisitor & v) const
inlineoverridevirtual

The documentation for this class was generated from the following file: