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)
 AstNode (const AstNode &)=default
AstNodeoperator= (const AstNode &)=default
virtual ~AstNode ()

Public Attributes

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

Detailed Description

Definition at line 637 of file inja.hpp.

Constructor & Destructor Documentation

◆ ExpressionListNode() [1/2]

inja::ExpressionListNode::ExpressionListNode ( )
inlineexplicit

Definition at line 641 of file inja.hpp.

642 : AstNode(0) {
643 }
AstNode(size_t pos)
Definition inja.hpp:420

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 644 of file inja.hpp.

645 : AstNode(pos) {
646 }
size_t pos
Definition inja.hpp:418

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 648 of file inja.hpp.

648 {
649 v.visit(*this);
650 }

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: