Crossfire Server, Trunk
inja::SetStatementNode Class Reference

#include <inja.hpp>

+ Inheritance diagram for inja::SetStatementNode:
+ Collaboration diagram for inja::SetStatementNode:

Public Member Functions

void accept (NodeVisitor &v) const
 
 SetStatementNode (const std::string &key, size_t pos)
 
- Public Member Functions inherited from inja::StatementNode
 StatementNode (size_t pos)
 
- Public Member Functions inherited from inja::AstNode
 AstNode (size_t pos)
 
virtual ~AstNode ()
 

Data Fields

ExpressionListNode expression
 
const std::string key
 
- Data Fields inherited from inja::AstNode
size_t pos
 

Detailed Description

Definition at line 2725 of file inja.hpp.

Constructor & Destructor Documentation

◆ SetStatementNode()

inja::SetStatementNode::SetStatementNode ( const std::string &  key,
size_t  pos 
)
inlineexplicit

Definition at line 2730 of file inja.hpp.

Member Function Documentation

◆ accept()

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

Implements inja::StatementNode.

Definition at line 2732 of file inja.hpp.

References inja::NodeVisitor::visit().

+ Here is the call graph for this function:

Field Documentation

◆ expression

ExpressionListNode inja::SetStatementNode::expression

Definition at line 2728 of file inja.hpp.

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

◆ key

const std::string inja::SetStatementNode::key

Definition at line 2727 of file inja.hpp.

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


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