#include <render_node.hpp>
◆ flag
| Enumerator |
|---|
| none | |
| escape_html | |
◆ render_node()
◆ operator()() [1/9]
template<class T >
| std::string mstch::render_node::operator() |
( |
const T & |
| ) |
const |
|
inline |
◆ operator()() [2/9]
| std::string mstch::render_node::operator() |
( |
const int & |
value | ) |
const |
|
inline |
◆ operator()() [3/9]
| std::string mstch::render_node::operator() |
( |
const double & |
value | ) |
const |
|
inline |
◆ operator()() [4/9]
| std::string mstch::render_node::operator() |
( |
const uint64_t & |
value | ) |
const |
|
inline |
◆ operator()() [5/9]
| std::string mstch::render_node::operator() |
( |
const int64_t & |
value | ) |
const |
|
inline |
◆ operator()() [6/9]
| std::string mstch::render_node::operator() |
( |
const uint32_t & |
value | ) |
const |
|
inline |
◆ operator()() [7/9]
| std::string mstch::render_node::operator() |
( |
const bool & |
value | ) |
const |
|
inline |
◆ operator()() [8/9]
| std::string mstch::render_node::operator() |
( |
const lambda & |
value | ) |
const |
|
inline |
◆ operator()() [9/9]
| std::string mstch::render_node::operator() |
( |
const std::string & |
value | ) |
const |
|
inline |
◆ m_ctx
◆ m_flag
| flag mstch::render_node::m_flag |
|
private |
The documentation for this class was generated from the following file: