Biomedical Image Analysis Library
The Biomedical Image Analysis Library is a poweful tool for developers, physicians, researchers, engineers, and so on.
Bial::gzstreambase Class Reference

#include <gzstream.hpp>

Inheritance diagram for Bial::gzstreambase:
Inheritance graph
Collaboration diagram for Bial::gzstreambase:
Collaboration graph

Public Member Functions

 gzstreambase ()
 
 gzstreambase (const char *name, int open_mode)
 
 ~gzstreambase ()
 
void open (const char *name, int open_mode)
 
void close ()
 
gzstreambufrdbuf ()
 

Protected Attributes

gzstreambuf buf
 

Detailed Description

Definition at line 94 of file gzstream.hpp.

Constructor & Destructor Documentation

Bial::gzstreambase::gzstreambase ( )
inline

Definition at line 98 of file gzstream.hpp.

Bial::gzstreambase::gzstreambase ( const char *  name,
int  open_mode 
)
inline

Definition at line 673 of file gzstream.hpp.

Bial::gzstreambase::~gzstreambase ( )
inline

Definition at line 700 of file gzstream.hpp.

Member Function Documentation

void Bial::gzstreambase::close ( )
inline

Definition at line 754 of file gzstream.hpp.

void Bial::gzstreambase::open ( const char *  name,
int  open_mode 
)
inline

Definition at line 726 of file gzstream.hpp.

gzstreambuf* Bial::gzstreambase::rdbuf ( )
inline

Definition at line 105 of file gzstream.hpp.

Member Data Documentation

gzstreambuf Bial::gzstreambase::buf
protected

Definition at line 96 of file gzstream.hpp.


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