Crossfire Server, Trunk
|
#include <inja.hpp>
Public Member Functions | |
void | accept (NodeVisitor &v) const |
JsonNode (nonstd::string_view ptr_name, 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 () |
Static Public Member Functions | |
static std::string | convert_dot_to_json_ptr (nonstd::string_view ptr_name) |
Data Fields | |
const std::string | name |
const json::json_pointer | ptr |
Data Fields inherited from inja::AstNode | |
size_t | pos |
|
inlineexplicit |
|
inlinevirtual |
Reimplemented from inja::ExpressionNode.
Definition at line 2495 of file inja.hpp.
References inja::NodeVisitor::visit().
|
inlinestatic |
Definition at line 2482 of file inja.hpp.
References rotate-tower::result, and split().
const std::string inja::JsonNode::name |
Definition at line 2479 of file inja.hpp.
Referenced by inja::Renderer::visit().
const json::json_pointer inja::JsonNode::ptr |
Definition at line 2480 of file inja.hpp.
Referenced by inja::Renderer::visit().