Inja 3.5.0
A Template Engine for Modern C++
Loading...
Searching...
No Matches
inja::FunctionNode Class Reference
Inheritance diagram for inja::FunctionNode:
inja::ExpressionNode inja::AstNode

Public Types

enum class  Associativity { Left , Right }

Public Member Functions

 FunctionNode (std::string_view name, size_t pos)
 FunctionNode (Op operation, size_t pos)
void accept (NodeVisitor &v) const override
Public Member Functions inherited from inja::ExpressionNode
 ExpressionNode (size_t pos)
Public Member Functions inherited from inja::AstNode
 AstNode (size_t pos)

Public Attributes

unsigned int precedence
Associativity associativity
Op operation
std::string name
int number_args
std::vector< std::shared_ptr< ExpressionNode > > arguments
CallbackFunction callback
Public Attributes inherited from inja::AstNode
size_t pos

Member Function Documentation

◆ accept()

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

Reimplemented from inja::ExpressionNode.


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