|
Crossfire Server, Trunk
|
#include <inja.hpp>


Public Member Functions | |
| void | accept (NodeVisitor &v) const |
| LiteralNode (const nlohmann::json &value, size_t pos) | |
Public Member Functions inherited from inja::ExpressionNode | |
| ExpressionNode (size_t pos) | |
Public Member Functions inherited from inja::AstNode | |
| AstNode (size_t pos) | |
| virtual | ~AstNode () |
Public Attributes | |
| const nlohmann::json | value |
Public Attributes inherited from inja::AstNode | |
| size_t | pos |
|
inlineexplicit |
|
inlinevirtual |
Reimplemented from inja::ExpressionNode.
Definition at line 2472 of file inja.hpp.
References inja::NodeVisitor::visit().

| const nlohmann::json inja::LiteralNode::value |
Definition at line 2468 of file inja.hpp.
Referenced by inja::Renderer::visit().