zipios
2.2.0
Zipios -- a small C++ library that provides easy access to .zip files.
|
Go to the documentation of this file.
2 #ifndef FILTEROUTPUTSTREAMBUF_HPP
3 #define FILTEROUTPUTSTREAMBUF_HPP
A base class to develop output stream filters.
FilterOutputStreambuf const & operator=(FilterOutputStreambuf const &src)=delete
FilterOutputStreambuf(FilterOutputStreambuf const &src)=delete
virtual ~FilterOutputStreambuf()
Clean up the object.
FilterOutputStreambuf(std::streambuf *outbuf)
Initialize your filter output stream buffer.
std::streambuf * m_outbuf
The zipios namespace includes the Zipios library definitions.