rikitiki
v0.1.67
Build C++ web server modules that allow easy routing and deployment.
Main Page
Related Pages
Classes
Files
File List
templatePreprocessor.h
1
/* Copyright (C) 2012-2013 Justin Berger
2
The full license is available in the LICENSE file at the root of this project and is also available at http://opensource.org/licenses/MIT. */
3
4
#pragma once
5
#include <ctemplate/template.h>
6
7
namespace
rikitiki {
8
class
ConnContext;
9
namespace
ctemplates {
14
struct
TemplatePreprocessor
{
15
virtual
void
Process(
const
ConnContext
& ctx,
16
::ctemplate::TemplateDictionary& td)=0;
17
virtual
~
TemplatePreprocessor
();
18
};
19
}
20
}
include
rikitiki
ctemplate
templatePreprocessor.h
Generated on Mon Apr 1 2013 18:17:04 for rikitiki by
1.8.3.1