Crossfire Server, Trunk
inja::ExpressionListNode Class Reference

#include <inja.hpp>

+ Inheritance diagram for inja::ExpressionListNode:
+ Collaboration diagram for inja::ExpressionListNode:

Public Member Functions

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

Data Fields

std::shared_ptr< ExpressionNoderoot
 
- Data Fields inherited from inja::AstNode
size_t pos
 

Detailed Description

Definition at line 2619 of file inja.hpp.

Constructor & Destructor Documentation

◆ ExpressionListNode() [1/2]

inja::ExpressionListNode::ExpressionListNode ( )
inlineexplicit

Definition at line 2623 of file inja.hpp.

◆ ExpressionListNode() [2/2]

inja::ExpressionListNode::ExpressionListNode ( size_t  pos)
inlineexplicit

Definition at line 2624 of file inja.hpp.

Member Function Documentation

◆ accept()

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

Implements inja::AstNode.

Definition at line 2626 of file inja.hpp.

References inja::NodeVisitor::visit().

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

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

Field Documentation

◆ root

std::shared_ptr<ExpressionNode> inja::ExpressionListNode::root

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