Crossfire Server, Trunk
inja::ForObjectStatementNode Class Reference

#include <inja.hpp>

+ Inheritance diagram for inja::ForObjectStatementNode:
+ Collaboration diagram for inja::ForObjectStatementNode:

Public Member Functions

void accept (NodeVisitor &v) const
 
 ForObjectStatementNode (const std::string &key, const std::string &value, BlockNode *const parent, size_t pos)
 
- Public Member Functions inherited from inja::ForStatementNode
 ForStatementNode (BlockNode *const parent, 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

const std::string key
 
const std::string value
 
- Data Fields inherited from inja::ForStatementNode
BlockNode body
 
ExpressionListNode condition
 
BlockNode *const parent
 
- Data Fields inherited from inja::AstNode
size_t pos
 

Detailed Description

Definition at line 2660 of file inja.hpp.

Constructor & Destructor Documentation

◆ ForObjectStatementNode()

inja::ForObjectStatementNode::ForObjectStatementNode ( const std::string &  key,
const std::string &  value,
BlockNode *const  parent,
size_t  pos 
)
inlineexplicit

Definition at line 2665 of file inja.hpp.

Member Function Documentation

◆ accept()

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

Implements inja::ForStatementNode.

Definition at line 2667 of file inja.hpp.

References inja::NodeVisitor::visit().

+ Here is the call graph for this function:

Field Documentation

◆ key

const std::string inja::ForObjectStatementNode::key

Definition at line 2662 of file inja.hpp.

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

◆ value

const std::string inja::ForObjectStatementNode::value

Definition at line 2663 of file inja.hpp.

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


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