Namespaces | |
detail | |
Classes | |
struct | Action |
class | invalid_template_exception |
struct | rendered_template |
class | template_t |
A mustache template object. More... | |
Typedefs | |
using | context = json::wvalue |
Enumerations | |
enum | ActionType { ActionType::Ignore, ActionType::Tag, ActionType::UnescapeTag, ActionType::OpenBlock, ActionType::CloseBlock, ActionType::ElseBlock, ActionType::Partial } |
Functions | |
template_t | load (const std::string &filename) |
template_t | compile (const std::string &body) |
std::string | default_loader (const std::string &filename) |
void | set_base (const std::string &path) |
void | set_global_base (const std::string &path) |
void | set_loader (std::function< std::string(std::string)> loader) |
std::string | load_text (const std::string &filename) |
std::string | load_text_unsafe (const std::string &filename) |
template_t | load_unsafe (const std::string &filename) |
using crow::mustache::context = typedef json::wvalue |
|
strong |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |