rikitiki
v0.1.67
Build C++ web server modules that allow easy routing and deployment.
Main Page
Related Pages
Classes
Files
File List
headerFooterPreprocessor.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
#pragma once
4
#include "templatePreprocessor.h"
5
6
namespace
rikitiki {
7
namespace
ctemplates {
11
struct
HeaderFooterPreprocessor
:
public
TemplatePreprocessor
{
12
std::string header_tpl, footer_tpl, page_header_tpl, page_footer_tpl;
13
HeaderFooterPreprocessor
();
14
virtual
void
Process(
const
ConnContext
& ctx,
15
ctemplate::TemplateDictionary& td);
16
};
17
}
18
}
include
rikitiki
ctemplate
headerFooterPreprocessor.h
Generated on Mon Apr 1 2013 18:17:04 for rikitiki by
1.8.3.1