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

#include <inja.hpp>

Inheritance diagram for inja::ExpressionNode:
Collaboration diagram for inja::ExpressionNode:

Public Member Functions

 ExpressionNode (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 ()

Additional Inherited Members

Public Attributes inherited from inja::AstNode
size_t pos

Detailed Description

Definition at line 456 of file inja.hpp.

Constructor & Destructor Documentation

◆ ExpressionNode()

inja::ExpressionNode::ExpressionNode ( size_t pos)
inlineexplicit

Definition at line 458 of file inja.hpp.

459 : AstNode(pos) {
460 }
AstNode(size_t pos)
Definition inja.hpp:420
size_t pos
Definition inja.hpp:418

References inja::AstNode::AstNode().

Referenced by inja::DataNode::DataNode(), inja::FunctionNode::FunctionNode(), inja::FunctionNode::FunctionNode(), and inja::LiteralNode::LiteralNode().

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

Member Function Documentation

◆ accept()

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

Implements inja::AstNode.

Reimplemented in inja::FunctionNode, and inja::LiteralNode.

Definition at line 462 of file inja.hpp.

462 {
463 v.visit(*this);
464 }

References inja::NodeVisitor::visit().

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

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

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