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

Public Member Functions

 ExpressionListNode (size_t pos)
void accept (NodeVisitor &v) const override
Public Member Functions inherited from inja::AstNode
 AstNode (size_t pos)

Public Attributes

std::shared_ptr< ExpressionNoderoot
Public Attributes inherited from inja::AstNode
size_t pos

Member Function Documentation

◆ accept()

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

Implements inja::AstNode.


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