Classes | Namespaces

fcgistream.hpp File Reference

Defines the Fastcgipp::Fcgistream stream and stream buffer classes. More...

#include <streambuf>
#include <ostream>
#include <cstring>
#include <algorithm>
#include <ios>
#include <istream>
#include <fastcgi++/protocol.hpp>

Go to the source code of this file.

Classes

class  Fastcgipp::Fcgistream< charT, traits >
 Stream class for output of client data through FastCGI. More...
class  Fastcgipp::Fcgistream< charT, traits >::Fcgibuf
 Stream buffer class for output of client data through FastCGI. More...

Namespaces

namespace  Fastcgipp
 

Topmost namespace for the fastcgi++ library.



Detailed Description

Defines the Fastcgipp::Fcgistream stream and stream buffer classes.

Definition in file fcgistream.hpp.