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 | |
ogzstream () | |
ogzstream (ogzstream &&) | |
ogzstream (const char *name, int mode=std::ios::out) | |
gzstreambuf * | rdbuf () |
void | open (const char *name, int open_mode=std::ios::out) |
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 273 of file gzstream.hpp.
|
inline |
Definition at line 275 of file gzstream.hpp.
|
inline |
Definition at line 299 of file gzstream.hpp.
|
inline |
Definition at line 323 of file gzstream.hpp.
|
inline |
Definition at line 399 of file gzstream.hpp.
|
inline |
Definition at line 373 of file gzstream.hpp.
|
inline |
Definition at line 347 of file gzstream.hpp.