fastcgi++
A C++ FastCGI/Web API
Classes | Namespaces | Enumerations | Functions
webstreambuf.hpp File Reference

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)
 

Detailed Description

Declares the WebStreambuf stuff.

Author
Eddie Carle <eddie.nosp@m.@isa.nosp@m.tec.c.nosp@m.a>
Date
May 2, 2016

Definition in file webstreambuf.hpp.