Crossfire Server, Trunk
inja::IncludeStatementNode Class Reference

#include <inja.hpp>

Inheritance diagram for inja::IncludeStatementNode:
Inheritance graph
Collaboration diagram for inja::IncludeStatementNode:
Collaboration graph

Public Member Functions

void accept (NodeVisitor &v) const
 
 IncludeStatementNode (const std::string &file, size_t pos)
 
- Public Member Functions inherited from inja::StatementNode
 StatementNode (size_t pos)
 
- Public Member Functions inherited from inja::AstNode
 AstNode (size_t pos)
 
virtual ~AstNode ()
 

Public Attributes

const std::string file
 
- Public Attributes inherited from inja::AstNode
size_t pos
 

Detailed Description

Definition at line 2690 of file inja.hpp.

Constructor & Destructor Documentation

◆ IncludeStatementNode()

inja::IncludeStatementNode::IncludeStatementNode ( const std::string &  file,
size_t  pos 
)
inlineexplicit

Definition at line 2694 of file inja.hpp.

Member Function Documentation

◆ accept()

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

Implements inja::StatementNode.

Definition at line 2696 of file inja.hpp.

References inja::NodeVisitor::visit().

Here is the call graph for this function:

Member Data Documentation

◆ file

const std::string inja::IncludeStatementNode::file

Definition at line 2692 of file inja.hpp.

Referenced by inja::Renderer::visit().


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