Public Member Functions | |
GzInputStream (const char *file) | |
operator void * () | |
void | readLine () |
~GzInputStream () | |
Public Attributes | |
char | buffer [256] |
bool | eof |
gzFile | gzf |
std::istringstream | iss |
Definition at line 15 of file EcalTrigPrimESProducer.cc.
|
inline |
Definition at line 21 of file EcalTrigPrimESProducer.cc.
References eof, gzf, readLine(), and funct::true.
|
inline |
|
inline |
Definition at line 44 of file EcalTrigPrimESProducer.cc.
|
inline |
Definition at line 32 of file EcalTrigPrimESProducer.cc.
References buffer, eof, gzf, and iss.
Referenced by GzInputStream(), and operator>>().
char GzInputStream::buffer[256] |
Definition at line 18 of file EcalTrigPrimESProducer.cc.
Referenced by readLine().
bool GzInputStream::eof |
Definition at line 20 of file EcalTrigPrimESProducer.cc.
Referenced by GzInputStream(), operator void *(), and readLine().
gzFile GzInputStream::gzf |
Definition at line 17 of file EcalTrigPrimESProducer.cc.
Referenced by GzInputStream(), readLine(), and ~GzInputStream().
std::istringstream GzInputStream::iss |
Definition at line 19 of file EcalTrigPrimESProducer.cc.
Referenced by operator void *(), operator>>(), and readLine().