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

Public Member Functions

void accept (NodeVisitor &v) const
 
- Public Member Functions inherited from inja::AstNode
virtual void accept (NodeVisitor &v) const =0
 
 AstNode (size_t pos)
 

Public Attributes

std::vector< std::shared_ptr< AstNode > > nodes
 
- Public Attributes inherited from inja::AstNode
size_t pos
 

Member Function Documentation

◆ accept()

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

Implements inja::AstNode.


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