|
drogon
C++14/17-based HTTP application framework
|


Additional Inherited Members | |
| Public Member Functions inherited from drogon::DrObject< T > | |
| const std::string & | className () const override |
| Get the class name. | |
| bool | isClass (const std::string &class_name) const override |
| Return true if the class name is 'class_name'. | |
| Public Member Functions inherited from drogon::DrTemplateBase | |
| virtual std::string | genText (const DrTemplateData &data=DrTemplateData())=0 |
| Generate the text string. | |
| Static Public Member Functions inherited from drogon::DrObject< T > | |
| static const std::string & | classTypeName () |
| Static Public Member Functions inherited from drogon::DrTemplateBase | |
| static std::shared_ptr< DrTemplateBase > | newTemplate (const std::string &templateName) |
| Create an object of the implementation class. | |