stencet
v0.1.16
Build C++ web server modules that allow easy routing and deployment.
Main Page
Related Pages
Classes
Files
File List
IncludeTag.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 <stencet/stencet>
6
7
namespace
stencet {
15
struct
IncludeTag
:
public
BodyTag
{
16
std::string includeFileName;
17
Template
* includeThis = 0;
18
19
virtual
void
render(std::ostream& out,
ViewContext
& vm)
const
;
20
IncludeTag
(std::istream& stream,
const
std::string& content);
21
};
22
23
}
rikitiki
third
stencet
include
stencet
tags
IncludeTag.h
Generated on Mon Apr 1 2013 17:50:01 for stencet by
1.8.3.1