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

#include <gzstream.hpp>

Inheritance diagram for Bial::gzstreambuf:
Inheritance graph
Collaboration diagram for Bial::gzstreambuf:
Collaboration graph

Public Member Functions

 gzstreambuf ()
 
bool is_open () const
 
gzstreambufopen (const char *name, int open_mode)
 
gzstreambufclose ()
 
 ~gzstreambuf ()
 
virtual int overflow (int c=EOF)
 
virtual int underflow ()
 
virtual int sync ()
 

Detailed Description

Definition at line 41 of file gzstream.hpp.

Constructor & Destructor Documentation

Bial::gzstreambuf::gzstreambuf ( )
inline

Definition at line 51 of file gzstream.hpp.

Bial::gzstreambuf::~gzstreambuf ( )
inline

Definition at line 85 of file gzstream.hpp.

Member Function Documentation

gzstreambuf * Bial::gzstreambuf::close ( )
inline

Definition at line 487 of file gzstream.hpp.

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

Definition at line 80 of file gzstream.hpp.

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

Definition at line 437 of file gzstream.hpp.

int Bial::gzstreambuf::overflow ( int  c = EOF)
inlinevirtual

Definition at line 604 of file gzstream.hpp.

int Bial::gzstreambuf::sync ( )
inlinevirtual

Definition at line 640 of file gzstream.hpp.

int Bial::gzstreambuf::underflow ( )
inlinevirtual

Definition at line 520 of file gzstream.hpp.


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