MQTTSuite
Loading...
Searching...
No Matches
inja::ExpressionListNode Class Reference

#include <inja.hpp>

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

Public Member Functions

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

Public Attributes

std::shared_ptr< ExpressionNoderoot
Public Attributes inherited from inja::AstNode
size_t pos

Detailed Description

Definition at line 664 of file inja.hpp.

Constructor & Destructor Documentation

◆ ExpressionListNode() [1/2]

inja::ExpressionListNode::ExpressionListNode ( )
inlineexplicit

Definition at line 668 of file inja.hpp.

669 : AstNode(0) {
670 }
AstNode(size_t pos)
Definition inja.hpp:449

References inja::AstNode::AstNode().

Here is the call graph for this function:

◆ ExpressionListNode() [2/2]

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

Definition at line 671 of file inja.hpp.

672 : AstNode(pos) {
673 }
size_t pos
Definition inja.hpp:447

References inja::AstNode::AstNode().

Here is the call graph for this function:

Member Function Documentation

◆ accept()

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

Implements inja::AstNode.

Definition at line 675 of file inja.hpp.

675 {
676 v.visit(*this);
677 }

References inja::NodeVisitor::visit().

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

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

Member Data Documentation

◆ root

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

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