10 lines
280 B
C
10 lines
280 B
C
|
//this file is generated by program automatically,don't modify it!
|
||
|
#include <drogon/DrTemplate.h>
|
||
|
class test_cmake:public drogon::DrTemplate<test_cmake>
|
||
|
{
|
||
|
public:
|
||
|
test_cmake(){};
|
||
|
virtual ~test_cmake(){};
|
||
|
virtual std::string genText(const drogon::DrTemplateData &) override;
|
||
|
};
|