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

#include <gzstream.hpp>

Inheritance diagram for Bial::igzstream:
Inheritance graph
Collaboration diagram for Bial::igzstream:
Collaboration graph

Public Member Functions

 igzstream ()
 
 igzstream (igzstream &&)
 
 igzstream (const char *name, int open_mode=std::ios::in)
 
gzstreambufrdbuf ()
 
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 ()
 
gzstreambufrdbuf ()
 

Additional Inherited Members

- Protected Attributes inherited from Bial::gzstreambase
gzstreambuf buf
 

Detailed Description

Definition at line 118 of file gzstream.hpp.

Constructor & Destructor Documentation

Bial::igzstream::igzstream ( )
inline

Definition at line 120 of file gzstream.hpp.

Bial::igzstream::igzstream ( igzstream &&  )
inline

Definition at line 144 of file gzstream.hpp.

Bial::igzstream::igzstream ( const char *  name,
int  open_mode = std::ios::in 
)
inline

Definition at line 168 of file gzstream.hpp.

Member Function Documentation

bool Bial::igzstream::is_open ( ) const
inline

Definition at line 245 of file gzstream.hpp.

void Bial::igzstream::open ( const char *  name,
int  open_mode = std::ios::in 
)
inline

Definition at line 219 of file gzstream.hpp.

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

Definition at line 193 of file gzstream.hpp.


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