logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

zipios::FilterInputStreambuf - An input streambuf filter is a streambuf that filters the input it gets

Author

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

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

Constructor & Destructor Documentation

zipios::FilterInputStreambuf::FilterInputStreambuf(streambuf*inbuf,booldel_inbuf=false)[explicit]
       Constructor.

       Parametersinbuf the streambuf to use for input.
           del_inbuf if true is specified inbuf will be deleted, when the FilterInputStreambuf is destructed.

       Definition at line 8 of file filterinputstreambuf.cpp.

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

       Definition at line 18 of file filterinputstreambuf.cpp.

Detailed Description

       An input streambuf filter is a streambuf that filters the input it gets from the streambuf it is attached
       to.

       FilterInputStreambuf is a base class to derive input streambuf filters from.

       Definition at line 15 of file filterinputstreambuf.h.

Name

       zipios::FilterInputStreambuf - An input streambuf filter is a streambuf that filters the input it gets
       from the streambuf it is attached to.

Synopsis

       #include <filterinputstreambuf.h>

       Inherits streambuf.

       Inherited by zipios::InflateInputStreambuf.

   PublicMemberFunctionsFilterInputStreambuf (streambuf *inbuf, bool del_inbuf=false)
           Constructor.
       virtual ~FilterInputStreambuf ()
           Destructor.

   ProtectedAttributes
       int _s_pos
       streambuf * _inbuf
       bool _del_inbuf

See Also