Crow  1.0
A C++ microframework for the web
crow::mustache::rendered_template Struct Reference
Inheritance diagram for crow::mustache::rendered_template:
Collaboration diagram for crow::mustache::rendered_template:

Public Member Functions

 rendered_template ()
 
 rendered_template (std::string &body)
 
std::string dump () const override
 

Public Attributes

std::string body_
 
std::string content_type
 

Constructor & Destructor Documentation

◆ rendered_template() [1/2]

crow::mustache::rendered_template::rendered_template ( )
inline

◆ rendered_template() [2/2]

crow::mustache::rendered_template::rendered_template ( std::string &  body)
inline

Member Function Documentation

◆ dump()

std::string crow::mustache::rendered_template::dump ( ) const
inlineoverridevirtual

Implements crow::returnable.

Member Data Documentation

◆ body_

std::string crow::mustache::rendered_template::body_

◆ content_type

std::string crow::returnable::content_type
inherited

The documentation for this struct was generated from the following file: