EGS Brachy
An egs++ user code for rapid brachytherapy calculations
Loading...
Searching...
No Matches
gzstreambuf Class Reference

#include <gzstream.h>

Inheritance diagram for gzstreambuf:
Collaboration diagram for gzstreambuf:

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

Detailed Description

Definition at line 45 of file gzstream.h.

Constructor & Destructor Documentation

◆ gzstreambuf()

gzstreambuf::gzstreambuf ( )
inline

Definition at line 57 of file gzstream.h.

◆ ~gzstreambuf()

gzstreambuf::~gzstreambuf ( )
inline

Definition at line 69 of file gzstream.h.

Member Function Documentation

◆ close()

gzstreambuf * gzstreambuf::close ( )

◆ flush_buffer()

int gzstreambuf::flush_buffer ( )
private

◆ is_open()

int gzstreambuf::is_open ( )
inline

Definition at line 64 of file gzstream.h.

◆ open()

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

◆ overflow()

virtual int gzstreambuf::overflow ( int c = EOF)
virtual

◆ sync()

virtual int gzstreambuf::sync ( )
virtual

◆ underflow()

virtual int gzstreambuf::underflow ( )
virtual

Member Data Documentation

◆ buffer

char gzstreambuf::buffer[bufferSize]
private

Definition at line 51 of file gzstream.h.

◆ bufferSize

const int gzstreambuf::bufferSize = 47+256
staticprivate

Definition at line 47 of file gzstream.h.

◆ file

gzFile gzstreambuf::file
private

Definition at line 50 of file gzstream.h.

◆ mode

int gzstreambuf::mode
private

Definition at line 53 of file gzstream.h.

◆ opened

char gzstreambuf::opened
private

Definition at line 52 of file gzstream.h.


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