Crossfire Server, Trunk
inja::BlockStatementNode Class Reference

#include <inja.hpp>

+ Inheritance diagram for inja::BlockStatementNode:
+ Collaboration diagram for inja::BlockStatementNode:

Public Member Functions

void accept (NodeVisitor &v) const
 
 BlockStatementNode (BlockNode *const parent, const std::string &name, 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 ()
 

Data Fields

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

Detailed Description

Definition at line 2712 of file inja.hpp.

Constructor & Destructor Documentation

◆ BlockStatementNode()

inja::BlockStatementNode::BlockStatementNode ( BlockNode *const  parent,
const std::string &  name,
size_t  pos 
)
inlineexplicit

Definition at line 2718 of file inja.hpp.

Member Function Documentation

◆ accept()

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

Implements inja::StatementNode.

Definition at line 2720 of file inja.hpp.

References inja::NodeVisitor::visit().

+ Here is the call graph for this function:

Field Documentation

◆ block

BlockNode inja::BlockStatementNode::block

Definition at line 2715 of file inja.hpp.

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

◆ name

const std::string inja::BlockStatementNode::name

Definition at line 2714 of file inja.hpp.

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

◆ parent

BlockNode* const inja::BlockStatementNode::parent

Definition at line 2716 of file inja.hpp.


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