zipios::FilterInputStreambuf
zipios::FilterInputStreambuf
Section: C Library Functions (3) Updated: 7 Nov 2008 Local index
Up
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 std::streambuf.
Inherited by zipios::InflateInputStreambuf.
Public Member Functions
FilterInputStreambuf (streambuf *inbuf, bool del_inbuf=false)
Constructor.
virtual ~FilterInputStreambuf ()
Destructor.
Protected Attributes
int _s_pos
streambuf * _inbuf
bool _del_inbuf
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.
Constructor & Destructor Documentation
zipios::FilterInputStreambuf::FilterInputStreambuf (streambuf * inbuf, bool del_inbuf = false) [explicit]
Constructor.
Parameters:
-
inbuf 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.
Author
Generated automatically by Doxygen for Zipios++ from the source code.
Index
- NAME
-
- SYNOPSIS
-
- Public Member Functions
-
- Protected Attributes
-
- Detailed Description
-
- Constructor & Destructor Documentation
-
- zipios::FilterInputStreambuf::FilterInputStreambuf (streambuf * inbuf, bool del_inbuf = false) [explicit]
-
- zipios::FilterInputStreambuf::~FilterInputStreambuf () [virtual]
-
- Author
-
This document was created by
man2html,
using the manual pages.
Time: 21:59:25 GMT, April 16, 2011