PandA-2024.02
Public Member Functions | Protected Attributes
gzstreambase Class Reference

#include <gzstream.hpp>

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

Public Member Functions

 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 ()
 

Protected Attributes

gzstreambuf buf
 

Detailed Description

Definition at line 115 of file gzstream.hpp.

Constructor & Destructor Documentation

◆ gzstreambase() [1/2]

gzstreambase::gzstreambase ( )
inline

Definition at line 121 of file gzstream.hpp.

References gzstreambuf::close(), init(), and gzstreambuf::open().

Here is the call graph for this function:

◆ gzstreambase() [2/2]

gzstreambase::gzstreambase ( const char *  name,
std::ios_base::openmode  open_mode 
)
inline


class gzstreambase:

Definition at line 315 of file gzstream.hpp.

References init(), and gzstreambuf::open().

Here is the call graph for this function:

◆ ~gzstreambase()

gzstreambase::~gzstreambase ( )
inlineoverride

Definition at line 321 of file gzstream.hpp.

Member Function Documentation

◆ close()

void gzstreambase::close ( )
inline

Definition at line 334 of file gzstream.hpp.

◆ open()

void gzstreambase::open ( const char *  name,
std::ios_base::openmode  open_mode 
)
inline

Definition at line 326 of file gzstream.hpp.

Referenced by igzstream::open(), and ogzstream::open().

Here is the caller graph for this function:

◆ rdbuf()

gzstreambuf* gzstreambase::rdbuf ( )
inline

Definition at line 129 of file gzstream.hpp.

Referenced by igzstream::rdbuf(), and ogzstream::rdbuf().

Here is the caller graph for this function:

Field Documentation

◆ buf

gzstreambuf gzstreambase::buf
protected

Definition at line 118 of file gzstream.hpp.


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

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