ost::IZStream(3) | Library Functions Manual | ost::IZStream(3) |
NAME¶
ost::IZStream -SYNOPSIS¶
#include <zstream.h> Inherits streambuf, and istream.Public Member Functions¶
IZStream (bool throwflag=false)
Protected Member Functions¶
void allocate (size_t size)
Protected Attributes¶
size_t bufsize
Constructor & Destructor Documentation¶
ost::IZStream::IZStream (boolthrowflag = false)¶
ost::IZStream::IZStream (const char *name, size_tsize = 512, booltf = false)¶
virtual ost::IZStream::~IZStream () [virtual]¶
Member Function Documentation¶
void ost::IZStream::allocate (size_tsize) [protected]¶
void ost::IZStream::close (void)¶
size_t ost::IZStream::getBufferSize (void) [inline]¶
bool ost::IZStream::isOpen (void)¶
void ost::IZStream::open (const char *name, size_tsize = 512)¶
int ost::IZStream::uflow () [protected]¶
int ost::IZStream::underflow () [protected]¶
Member Data Documentation¶
size_t ost::IZStream::bufsize [protected]¶
char* ost::IZStream::gbuf [protected]¶
Author¶
Generated automatically by Doxygen for GNU CommonC++ from the source code.Sun Dec 29 2013 | GNU CommonC++ |