#include <gzstream.h>
Public Member Functions | |
| gzstreambuf * | close () |
| gzstreambuf () | |
| int | is_open () |
| gzstreambuf * | open (const char *name, int open_mode, int comp) |
| virtual int | overflow (int c=EOF) |
| virtual int | sync () |
| virtual int | underflow () |
| ~gzstreambuf () | |
Definition at line 56 of file gzstream.h.
| Base::gzstreambuf::gzstreambuf | ( | ) | [inline] |
Definition at line 68 of file gzstream.h.
References buffer.
| Base::gzstreambuf::~gzstreambuf | ( | ) | [inline] |
Definition at line 78 of file gzstream.h.
| gzstreambuf * Base::gzstreambuf::close | ( | ) |
Definition at line 76 of file gzstream.cpp.
References is_open(), and sync().
Referenced by Base::gzstreambase::close(), and Base::gzstreambase::~gzstreambase().
| int Base::gzstreambuf::is_open | ( | ) | [inline] |
Definition at line 75 of file gzstream.h.
Referenced by Base::gzstreambase::close(), close(), and open().
| gzstreambuf * Base::gzstreambuf::open | ( | const char * | name, | |
| int | open_mode, | |||
| int | comp | |||
| ) |
Definition at line 49 of file gzstream.cpp.
References mach_dist_gui::app, and is_open().
Referenced by Base::gzstreambase::open().
| int Base::gzstreambuf::overflow | ( | int | c = EOF |
) | [virtual] |
Definition at line 121 of file gzstream.cpp.
| int Base::gzstreambuf::sync | ( | ) | [virtual] |
Definition at line 133 of file gzstream.cpp.
Referenced by close().
| int Base::gzstreambuf::underflow | ( | ) | [virtual] |
Definition at line 86 of file gzstream.cpp.
1.6.1