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

#include <gzstream.hpp>

Inheritance diagram for Bial::ogzstream:
Inheritance graph
Collaboration diagram for Bial::ogzstream:
Collaboration graph

Public Member Functions

 ogzstream ()
 
 ogzstream (ogzstream &&)
 
 ogzstream (const char *name, int mode=std::ios::out)
 
gzstreambufrdbuf ()
 
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 ()
 
gzstreambufrdbuf ()
 

Additional Inherited Members

- Protected Attributes inherited from Bial::gzstreambase
gzstreambuf buf
 

Detailed Description

Definition at line 273 of file gzstream.hpp.

Constructor & Destructor Documentation

Bial::ogzstream::ogzstream ( )
inline

Definition at line 275 of file gzstream.hpp.

Bial::ogzstream::ogzstream ( ogzstream &&  )
inline

Definition at line 299 of file gzstream.hpp.

Bial::ogzstream::ogzstream ( const char *  name,
int  mode = std::ios::out 
)
inline

Definition at line 323 of file gzstream.hpp.

Member Function Documentation

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

Definition at line 399 of file gzstream.hpp.

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

Definition at line 373 of file gzstream.hpp.

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

Definition at line 347 of file gzstream.hpp.


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