Crossfire Server, Trunk
inja::BlockNode Class Reference

#include <inja.hpp>

+ Inheritance diagram for inja::BlockNode:
+ Collaboration diagram for inja::BlockNode:

Public Member Functions

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

Data Fields

std::vector< std::shared_ptr< AstNode > > nodes
 
- Data Fields inherited from inja::AstNode
size_t pos
 

Detailed Description

Definition at line 2435 of file inja.hpp.

Constructor & Destructor Documentation

◆ BlockNode()

inja::BlockNode::BlockNode ( )
inlineexplicit

Definition at line 2439 of file inja.hpp.

Member Function Documentation

◆ accept()

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

Implements inja::AstNode.

Definition at line 2441 of file inja.hpp.

References inja::NodeVisitor::visit().

Referenced by inja::Renderer::render_to(), inja::StatisticsVisitor::visit(), and inja::Renderer::visit().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Field Documentation

◆ nodes

std::vector<std::shared_ptr<AstNode> > inja::BlockNode::nodes

Definition at line 2437 of file inja.hpp.

Referenced by inja::StatisticsVisitor::visit(), and inja::Renderer::visit().


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