stencet
v0.1.16
Build C++ web server modules that allow easy routing and deployment.
Main Page
Related Pages
Classes
Files
File List
capfirst.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/filter.h>
6
#include <string.h>
7
8
namespace
stencet {
17
struct
CapFirstFilter
:
public
Filter
{
18
CapFirstFilter
(
const
Filter::Arg
&);
19
virtual
ViewModel
* Eval(
const
ViewModel
* target,
ViewContext
& ctx);
20
};
21
}
rikitiki
third
stencet
include
stencet
filters
capfirst.h
Generated on Mon Apr 1 2013 17:50:01 for stencet by
1.8.3.1