|
fastcgi++
A C++ FastCGI/Web API
|
Declares the WebStreambuf stuff. More...
#include <map>#include <streambuf>Go to the source code of this file.
Classes | |
| class | Fastcgipp::WebStreambuf< charT, traits > |
| Stream buffer class for output of HTML/Web stream. More... | |
Namespaces | |
| Fastcgipp | |
| Topmost namespace for the fastcgi++ library. | |
Enumerations | |
| enum | Fastcgipp::Encoding { Fastcgipp::Encoding::NONE, Fastcgipp::Encoding::HTML, Fastcgipp::Encoding::URL } |
| Stream manipulator for setting output encoding. More... | |
Functions | |
| template<class charT , class traits > | |
| std::basic_ostream< charT, traits > & | Fastcgipp::operator<< (std::basic_ostream< charT, traits > &os, const Encoding &encoding) |
Declares the WebStreambuf stuff.
Definition in file webstreambuf.hpp.
1.8.11