Electroneum
src
wallet
micro_core
ext
mstch
src
state
render_state.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <memory>
4
5
#include "
token.hpp
"
6
7
namespace
mstch
{
8
9
class
render_context;
10
11
class
render_state
{
12
public
:
13
virtual
~render_state
() {}
14
virtual
std::string
render
(
render_context
&
context
,
const
token
&
token
) = 0;
15
};
16
17
}
token.hpp
mstch::render_state::~render_state
virtual ~render_state()
Definition:
render_state.hpp:13
mstch
Definition:
mstch.hpp:11
mstch::render_context
Definition:
render_context.hpp:15
mstch::render_state::render
virtual std::string render(render_context &context, const token &token)=0
mstch::token
Definition:
token.hpp:9
mstch::render_state
Definition:
render_state.hpp:11
crow::mustache::context
json::wvalue context
Definition:
mustache.h:12
Generated on Mon Jul 8 2019 12:00:00 for Electroneum by
1.8.14