CppCMS
Main Page
Related Pages
Modules
Namespaces
Classes
Files
CppCMS - C++ Web Development Framework
Examples
Using CppCMS template system
templates/content.h Header File
#ifndef CONTENT_H
#define CONTENT_H
#include <cppcms/view.h>
#include <string>
namespace
content {
struct
message :
public
cppcms::base_content
{
std::string text;
};
}
#endif
// vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4
Generated on Tue Jul 11 2017 23:25:56 for CppCMS by
1.8.11