Electroneum
src
wallet
micro_core
ext
mstch
src
state
outside_section.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include "
render_state.hpp
"
4
5
namespace
mstch
{
6
7
class
outside_section
:
public
render_state
{
8
public
:
9
std::string
render
(
render_context
&
context
,
const
token
&
token
)
override
;
10
};
11
12
}
mstch
Definition:
mstch.hpp:11
mstch::outside_section::render
std::string render(render_context &context, const token &token) override
Definition:
outside_section.cpp:9
mstch::outside_section
Definition:
outside_section.hpp:7
render_state.hpp
mstch::render_context
Definition:
render_context.hpp:15
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