Inja  3.4.0
A Template Engine for Modern C++
Public Member Functions | Public Attributes | List of all members
inja::ForStatementNode Class Referenceabstract
Inheritance diagram for inja::ForStatementNode:
inja::StatementNode inja::AstNode inja::ForArrayStatementNode inja::ForObjectStatementNode

Public Member Functions

 ForStatementNode (BlockNode *const parent, size_t pos)
 
virtual void accept (NodeVisitor &v) const =0
 
- Public Member Functions inherited from inja::StatementNode
 StatementNode (size_t pos)
 
- Public Member Functions inherited from inja::AstNode
 AstNode (size_t pos)
 

Public Attributes

ExpressionListNode condition
 
BlockNode body
 
BlockNode *const parent
 
- Public Attributes inherited from inja::AstNode
size_t pos
 

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