![]() |
Biomedical Image Analysis Library
The Biomedical Image Analysis Library is a poweful tool for developers, physicians, researchers, engineers, and so on.
|
#include <gzstream.hpp>


Public Member Functions | |
| igzstream () | |
| igzstream (igzstream &&) | |
| igzstream (const char *name, int open_mode=std::ios::in) | |
| gzstreambuf * | rdbuf () |
| void | open (const char *name, int open_mode=std::ios::in) |
| bool | is_open () const |
Public Member Functions inherited from Bial::gzstreambase | |
| gzstreambase () | |
| gzstreambase (const char *name, int open_mode) | |
| ~gzstreambase () | |
| void | open (const char *name, int open_mode) |
| void | close () |
| gzstreambuf * | rdbuf () |
Additional Inherited Members | |
Protected Attributes inherited from Bial::gzstreambase | |
| gzstreambuf | buf |
Definition at line 118 of file gzstream.hpp.
|
inline |
Definition at line 120 of file gzstream.hpp.
|
inline |
Definition at line 144 of file gzstream.hpp.
|
inline |
Definition at line 168 of file gzstream.hpp.
|
inline |
Definition at line 245 of file gzstream.hpp.
|
inline |
Definition at line 219 of file gzstream.hpp.
|
inline |
Definition at line 193 of file gzstream.hpp.