zipios::FilterInputStreambuf Class Reference

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

#include <filterinputstreambuf.h>

Public Member Functions

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

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.

Constructor & Destructor Documentation

◆ FilterInputStreambuf()

zipios::FilterInputStreambuf::FilterInputStreambuf ( streambuf *  inbuf,
bool  del_inbuf = false 
)
explicit

Constructor.

Parameters
inbufthe streambuf to use for input.
del_inbufif true is specified inbuf will be deleted, when the FilterInputStreambuf is destructed.

◆ ~FilterInputStreambuf()

zipios::FilterInputStreambuf::~FilterInputStreambuf ( )
virtual

Destructor.


The documentation for this class was generated from the following files: