|
| enum class | Associativity { Left
, Right
} |
| |
|
|
| FunctionNode (std::string_view name, size_t pos) |
| |
|
| FunctionNode (Op operation, size_t pos) |
| |
| void | accept (NodeVisitor &v) const override |
| |
|
| ExpressionNode (size_t pos) |
| |
|
| AstNode (size_t pos) |
| |
|
|
unsigned int | precedence |
| |
|
Associativity | associativity |
| |
|
Op | operation |
| |
|
std::string | name |
| |
|
int | number_args |
| |
|
std::vector< std::shared_ptr< ExpressionNode > > | arguments |
| |
|
CallbackFunction | callback |
| |
|
size_t | pos |
| |
◆ accept()
| void inja::FunctionNode::accept |
( |
NodeVisitor & |
v | ) |
const |
|
inlineoverridevirtual |
The documentation for this class was generated from the following file:
- /home/runner/work/inja/inja/include/inja/node.hpp