![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <eic-smear/blob/master/include/eicsmear/gzstream.h>
Inheritance diagram for gzstreambase:
Collaboration diagram for gzstreambase:Public Member Functions | |
| gzstreambase () | |
| gzstreambase (const char *name, int open_mode) | |
| ~gzstreambase () | |
| void | open (const char *name, int open_mode) |
| void | close () |
| gzstreambuf * | rdbuf () |
Protected Attributes | |
| gzstreambuf | buf |
Definition at line 74 of file gzstream.h.
View newest version in sPHENIX GitHub at line 74 of file gzstream.h
|
inline |
Definition at line 78 of file gzstream.h.
View newest version in sPHENIX GitHub at line 78 of file gzstream.h
References init().
Here is the call graph for this function:| gzstreambase::gzstreambase | ( | const char * | name, |
| int | open_mode | ||
| ) |
Definition at line 140 of file gzstream.cc.
View newest version in sPHENIX GitHub at line 140 of file gzstream.cc
References init(), and Acts::open.
Here is the call graph for this function:| gzstreambase::~gzstreambase | ( | ) |
Definition at line 145 of file gzstream.cc.
View newest version in sPHENIX GitHub at line 145 of file gzstream.cc
| void gzstreambase::close | ( | ) |
Definition at line 154 of file gzstream.cc.
View newest version in sPHENIX GitHub at line 154 of file gzstream.cc
| void gzstreambase::open | ( | const char * | name, |
| int | open_mode | ||
| ) |
Definition at line 149 of file gzstream.cc.
View newest version in sPHENIX GitHub at line 149 of file gzstream.cc
Referenced by igzstream::open(), and ogzstream::open().
Here is the caller graph for this function:
|
inline |
Definition at line 83 of file gzstream.h.
View newest version in sPHENIX GitHub at line 83 of file gzstream.h
Referenced by igzstream::rdbuf(), and ogzstream::rdbuf().
Here is the caller graph for this function:
|
protected |
Definition at line 76 of file gzstream.h.
View newest version in sPHENIX GitHub at line 76 of file gzstream.h