Inja  3.4.0
A Template Engine for Modern C++
Public Types | Public Member Functions | Public Attributes | List of all members
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
 
- 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
 

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