drogon
C++14/17-based HTTP application framework
Loading...
Searching...
No Matches
NotFound.h
Go to the documentation of this file.
1// this file is generated by program automatically,don't modify it!
2
16#pragma once
17
18#include <drogon/exports.h>
19#include <drogon/DrTemplate.h>
20
21namespace drogon
22{
27class DROGON_EXPORT NotFound final : public drogon::DrTemplate<NotFound>
28{
29 public:
30 NotFound()
31 {
32 }
33
34 std::string genText(const drogon::HttpViewData &) override;
35};
36} // namespace drogon
Definition DrTemplate.h:24
This class represents the data set displayed in views.
Definition HttpViewData.h:33
std::string genText(const drogon::HttpViewData &) override
Generate the text string.
Drogon Test is a minimal effort test framework developed because the major C++ test frameworks doesn'...
Definition Attribute.h:23