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

Public Member Functions

 IncludeStatementNode (const std::string &file, size_t pos)
void accept (NodeVisitor &v) const override
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 file
Public Attributes inherited from inja::AstNode
size_t pos

Member Function Documentation

◆ accept()

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

Implements inja::StatementNode.


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