rikitiki
v0.1.67
Build C++ web server modules that allow easy routing and deployment.
Main Page
Related Pages
Classes
Files
File List
rikitiki
Introduction
Basics
Dependencies
Examples
Extensions
Installation
QuickStart
Servers
Classes
Files
File List
include
rikitiki
apache
configuration
ctemplate
connContext_ext.h
headerFooterPreprocessor.h
template_emitter_ext.h
templatePreprocessor.h
examples
jsoncpp
mongoose
config.h
connContext.h
content_handler.h
content_types.h
http_statuses.h
registration.h
rikitiki.h
routing.h
server.h
stream_helpers.h
connContext_ext.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
#include "../connContext.h"
5
#include "template_emitter_ext.h"
6
7
namespace
rikitiki {
8
rikitiki::Response
& operator <<(
rikitiki::Response
& response,
const
ctemplate::TemplateDictionary& td);
9
rikitiki::ConnContext
& operator<<(
rikitiki::ConnContext
& ctx, ctemplate::TemplateDictionary& td);
10
}
include
rikitiki
ctemplate
connContext_ext.h
Generated on Mon Apr 1 2013 18:17:04 for rikitiki by
1.8.3.1