logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

zipios::FilterOutputStreambuf - A FilterOutputStreambuf is a streambuf that filters the data that is

Author

       Generated automatically by Doxygen for Zipios++ from the source code.

Zipios++                                         Tue Mar 24 2020                zipios::FilterOutputStreambuf(3)

Constructor & Destructor Documentation

zipios::FilterOutputStreambuf::FilterOutputStreambuf(streambuf*outbuf,booldel_outbuf=false)[explicit]

       Constructor.

       Parametersoutbuf the streambuf to pass the filtered data on to.
           del_outbuf if true is specified outbuf will be deleted, when the FilterOutputStreambuf is destructed.

       Definition at line 8 of file filteroutputstreambuf.cpp.

   zipios::FilterOutputStreambuf::~FilterOutputStreambuf()[virtual]
       Destructor.

       Definition at line 18 of file filteroutputstreambuf.cpp.

Detailed Description

       A FilterOutputStreambuf is a streambuf that filters the data that is written to it before it passes it on
       to the output streambuf it is connected to.

       Definition at line 14 of file filteroutputstreambuf.h.

Name

       zipios::FilterOutputStreambuf - A FilterOutputStreambuf is a streambuf that filters the data that is
       written to it before it passes it on to the output streambuf it is connected to.

Synopsis

       #include <filteroutputstreambuf.h>

       Inherits streambuf.

       Inherited by zipios::DeflateOutputStreambuf.

   PublicMemberFunctionsFilterOutputStreambuf (streambuf *outbuf, bool del_outbuf=false)
           Constructor.
       virtual ~FilterOutputStreambuf ()
           Destructor.

   ProtectedAttributes
       streambuf * _outbuf
       bool _del_outbuf

See Also