|
enum class | Associativity { Left
, Right
} |
|
|
| FunctionNode (nonstd::string_view name, size_t pos) |
|
| FunctionNode (Op operation, size_t pos) |
|
void | accept (NodeVisitor &v) const |
|
| ExpressionNode (size_t pos) |
|
void | accept (NodeVisitor &v) const |
|
virtual void | accept (NodeVisitor &v) const =0 |
|
| 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 |
|
inlinevirtual |
The documentation for this class was generated from the following file:
- C:/M/mingw-w64-inja/src/inja-3.3.0/include/inja/node.hpp