#include <zstream.h>
|
int | close () |
|
int | close () |
|
const char * | error (int *errnum) |
|
const char * | error (int *errnum) |
|
int | flush (int _flush) |
|
int | flush (int _flush) |
|
gzFile | fp () |
|
gzFile | fp () |
|
void | open (const char *name, int level=Z_DEFAULT_COMPRESSION) |
|
void | open (const char *name, int level=Z_DEFAULT_COMPRESSION) |
|
void | open (FILE *fp, int level=Z_DEFAULT_COMPRESSION) |
|
void | open (FILE *fp, int level=Z_DEFAULT_COMPRESSION) |
|
ostream & | os () |
|
ostream & | os () |
|
void | os_flush () |
|
void | os_flush () |
|
| ozstream () |
|
| ozstream () |
|
| ozstream (const char *name, int level=Z_DEFAULT_COMPRESSION) |
|
| ozstream (const char *name, int level=Z_DEFAULT_COMPRESSION) |
|
| ozstream (FILE *fp, int level=Z_DEFAULT_COMPRESSION) |
|
| ozstream (FILE *fp, int level=Z_DEFAULT_COMPRESSION) |
|
int | write (const void *buf, size_t len) |
|
int | write (const void *buf, size_t len) |
|
| ~ozstream () |
|
| ~ozstream () |
|
◆ ozstream() [1/6]
◆ ozstream() [2/6]
◆ ozstream() [3/6]
◆ ~ozstream() [1/2]
◆ ozstream() [4/6]
◆ ozstream() [5/6]
◆ ozstream() [6/6]
◆ ~ozstream() [2/2]
◆ close() [1/2]
◆ close() [2/2]
◆ error() [1/2]
const char* ozstream::error |
( |
int * |
errnum | ) |
|
|
inline |
◆ error() [2/2]
const char* ozstream::error |
( |
int * |
errnum | ) |
|
|
inline |
◆ flush() [1/2]
int ozstream::flush |
( |
int |
_flush | ) |
|
|
inline |
◆ flush() [2/2]
int ozstream::flush |
( |
int |
_flush | ) |
|
|
inline |
◆ fp() [1/2]
◆ fp() [2/2]
◆ open() [1/4]
◆ open() [2/4]
◆ open() [3/4]
◆ open() [4/4]
◆ os() [1/2]
ostream& ozstream::os |
( |
| ) |
|
|
inline |
◆ os() [2/2]
ostream& ozstream::os |
( |
| ) |
|
|
inline |
◆ os_flush() [1/2]
void ozstream::os_flush |
( |
| ) |
|
|
inline |
◆ os_flush() [2/2]
void ozstream::os_flush |
( |
| ) |
|
|
inline |
◆ write() [1/2]
int ozstream::write |
( |
const void * |
buf, |
|
|
size_t |
len |
|
) |
| |
|
inline |
◆ write() [2/2]
int ozstream::write |
( |
const void * |
buf, |
|
|
size_t |
len |
|
) |
| |
|
inline |
◆ m_fp
◆ m_os
ostrstream * ozstream::m_os |
|
private |
The documentation for this class was generated from the following file: