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

Public Member Functions

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

Static Public Member Functions

static std::string convert_dot_to_ptr (std::string_view ptr_name)

Public Attributes

const std::string name
const json::json_pointer ptr
Public Attributes inherited from inja::AstNode
size_t pos

Member Function Documentation

◆ accept()

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

Implements inja::AstNode.


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