Inja 3.3.0
A Template Engine for Modern C++
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
inja::BlockStatementNode Class Reference
Inheritance diagram for inja::BlockStatementNode:
inja::StatementNode inja::AstNode

Public Member Functions

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

Public Attributes

const std::string name
 
BlockNode block
 
BlockNode *const parent
 
- Public Attributes inherited from inja::AstNode
size_t pos
 

Member Function Documentation

◆ accept()

void inja::BlockStatementNode::accept ( NodeVisitor v) const
inlinevirtual

Implements inja::StatementNode.


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