![]() |
Inja 3.3.0
A Template Engine for Modern C++
|
Public Member Functions | |
JsonNode (nonstd::string_view ptr_name, 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) | |
Static Public Member Functions | |
static std::string | convert_dot_to_json_ptr (nonstd::string_view ptr_name) |
Public Attributes | |
const std::string | name |
const json::json_pointer | ptr |
![]() | |
size_t | pos |
|
inlinevirtual |
Reimplemented from inja::ExpressionNode.