Inja 3.5.0
A Template Engine for Modern C++
Loading...
Searching...
No Matches
inja::LiteralNode Class Reference
Inheritance diagram for inja::LiteralNode:
inja::ExpressionNode inja::AstNode

Public Member Functions

 LiteralNode (std::string_view data_text, size_t pos)
void accept (NodeVisitor &v) const override
Public Member Functions inherited from inja::ExpressionNode
 ExpressionNode (size_t pos)
Public Member Functions inherited from inja::AstNode
 AstNode (size_t pos)

Public Attributes

const json value
Public Attributes inherited from inja::AstNode
size_t pos

Member Function Documentation

◆ accept()

void inja::LiteralNode::accept ( NodeVisitor & v) const
inlineoverridevirtual

Reimplemented from inja::ExpressionNode.


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