Crossfire Server, Trunk
inja::ExpressionNode Class Reference

#include <inja.hpp>

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

Public Member Functions

void accept (NodeVisitor &v) const
 
 ExpressionNode (size_t pos)
 
- Public Member Functions inherited from inja::AstNode
 AstNode (size_t pos)
 
virtual ~AstNode ()
 

Additional Inherited Members

- Data Fields inherited from inja::AstNode
size_t pos
 

Detailed Description

Definition at line 2457 of file inja.hpp.

Constructor & Destructor Documentation

◆ ExpressionNode()

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

Definition at line 2459 of file inja.hpp.

Member Function Documentation

◆ accept()

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

Implements inja::AstNode.

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

Definition at line 2461 of file inja.hpp.

References inja::NodeVisitor::visit().

+ Here is the call graph for this function:

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