![]() |
Inja 3.3.0
A Template Engine for Modern C++
|
Public Member Functions | |
LiteralNode (const nlohmann::json &value, 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) | |
Public Attributes | |
const nlohmann::json | value |
![]() | |
size_t | pos |
|
inlinevirtual |
Reimplemented from inja::ExpressionNode.