8 #ifndef CPPCMS_COPY_FILTER_H
9 #define CPPCMS_COPY_FILTER_H
12 #include <booster/streambuf.h>
13 #include <booster/noncopyable.h>
14 #include <booster/hold_ptr.h>
15 #include <cppcms/defs.h>
64 std::ostream &output_;
65 std::ostream real_output_stream_;
66 std::list<std::string> data_;
this is an implementation of generic streambuffer
Definition: streambuf.h:70
Copy the output stream part - "tee" filter.
Definition: copy_filter.h:43
This class makes impossible to copy any class derived from this one.
Definition: noncopyable.h:15