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

#include <inja.hpp>

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

Public Member Functions

 BlockNode ()
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::vector< std::shared_ptr< AstNode > > nodes
Public Attributes inherited from inja::AstNode
size_t pos

Detailed Description

Definition at line 429 of file inja.hpp.

Constructor & Destructor Documentation

◆ BlockNode()

inja::BlockNode::BlockNode ( )
inlineexplicit

Definition at line 433 of file inja.hpp.

434 : AstNode(0) {
435 }
AstNode(size_t pos)
Definition inja.hpp:420

References inja::AstNode::AstNode().

Here is the call graph for this function:

Member Function Documentation

◆ accept()

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

Implements inja::AstNode.

Definition at line 437 of file inja.hpp.

437 {
438 v.visit(*this);
439 }

References inja::NodeVisitor::visit().

Referenced by inja::Template::count_variables(), inja::Renderer::render_to(), inja::Renderer::visit(), inja::Renderer::visit(), inja::Renderer::visit(), inja::Renderer::visit(), inja::Renderer::visit(), inja::StatisticsVisitor::visit(), 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

◆ nodes

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

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