Inja 3.4.0
A Template Engine for Modern C++
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
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
 
- Public Member Functions inherited from inja::ExpressionNode
 ExpressionNode (size_t pos)
 
void accept (NodeVisitor &v) const
 
- Public Member Functions inherited from inja::AstNode
virtual void accept (NodeVisitor &v) const =0
 
 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
inlinevirtual

Reimplemented from inja::ExpressionNode.


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