PandA-2024.02
Public Member Functions
igzstream Class Reference


User classes. More...

#include <gzstream.hpp>

Inheritance diagram for igzstream:
Inheritance graph
[legend]
Collaboration diagram for igzstream:
Collaboration graph
[legend]

Public Member Functions

 igzstream ()
 
 igzstream (const char *name, std::ios_base::openmode _open_mode=std::ios::in)
 
gzstreambufrdbuf ()
 
void open (const char *name, std::ios_base::openmode _open_mode=std::ios::in)
 
- Public Member Functions inherited from gzstreambase
 gzstreambase ()
 
 gzstreambase (const char *name, std::ios_base::openmode open_mode)
 

class gzstreambase:

More...
 
 ~gzstreambase () override
 
void open (const char *name, std::ios_base::openmode open_mode)
 
void close ()
 
gzstreambufrdbuf ()
 

Additional Inherited Members

- Protected Attributes inherited from gzstreambase
gzstreambuf buf
 

Detailed Description


User classes.

Use igzstream and ogzstream analogously to ifstream and ofstream respectively. They read and write files based on the gz*

function interface of the zlib. Files are compatible with gzip compression.

Definition at line 142 of file gzstream.hpp.

Constructor & Destructor Documentation

◆ igzstream() [1/2]

igzstream::igzstream ( )
inline

Definition at line 145 of file gzstream.hpp.

◆ igzstream() [2/2]

igzstream::igzstream ( const char *  name,
std::ios_base::openmode  _open_mode = std::ios::in 
)
inline

Definition at line 148 of file gzstream.hpp.

Member Function Documentation

◆ open()

void igzstream::open ( const char *  name,
std::ios_base::openmode  _open_mode = std::ios::in 
)
inline

Definition at line 156 of file gzstream.hpp.

References gzstreambase::open().

Here is the call graph for this function:

◆ rdbuf()

gzstreambuf* igzstream::rdbuf ( )
inline

Definition at line 152 of file gzstream.hpp.

References gzstreambase::rdbuf().

Here is the call graph for this function:

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

Generated on Mon Feb 12 2024 13:03:55 for PandA-2024.02 by doxygen 1.8.13