GZSTREAM_NAMESPACE::gzstreambuf Class Reference

#include <gzstream.h>

List of all members.

Public Member Functions

 gzstreambuf ()
int is_open ()
gzstreambufopen (const char *name, int open_mode)
gzstreambufclose ()
 ~gzstreambuf ()
virtual int overflow (int c=EOF)
virtual int underflow ()
virtual int sync ()

Private Member Functions

int flush_buffer ()

Private Attributes

gzFile file
char buffer [bufferSize]
char opened
int mode

Static Private Attributes

static const int bufferSize = 47+256


Constructor & Destructor Documentation

GZSTREAM_NAMESPACE::gzstreambuf::gzstreambuf (  )  [inline]

GZSTREAM_NAMESPACE::gzstreambuf::~gzstreambuf (  )  [inline]


Member Function Documentation

gzstreambuf * GZSTREAM_NAMESPACE::gzstreambuf::close (  ) 

int GZSTREAM_NAMESPACE::gzstreambuf::flush_buffer (  )  [private]

int GZSTREAM_NAMESPACE::gzstreambuf::is_open (  )  [inline]

gzstreambuf * GZSTREAM_NAMESPACE::gzstreambuf::open ( const char *  name,
int  open_mode 
)

int GZSTREAM_NAMESPACE::gzstreambuf::overflow ( int  c = EOF  )  [virtual]

int GZSTREAM_NAMESPACE::gzstreambuf::sync (  )  [virtual]

int GZSTREAM_NAMESPACE::gzstreambuf::underflow (  )  [virtual]


Member Data Documentation

char GZSTREAM_NAMESPACE::gzstreambuf::buffer[bufferSize] [private]

const int GZSTREAM_NAMESPACE::gzstreambuf::bufferSize = 47+256 [static, private]

gzFile GZSTREAM_NAMESPACE::gzstreambuf::file [private]

int GZSTREAM_NAMESPACE::gzstreambuf::mode [private]

char GZSTREAM_NAMESPACE::gzstreambuf::opened [private]


The documentation for this class was generated from the following files:
Generated on Wed Dec 15 10:46:16 2010 for Hazy_System by  doxygen 1.4.7