| 
    Jpp
    16.0.0-rc.1
    
   the software that should make you happy 
   | 
 
#include <gzstream.h>
  
 Public Member Functions | |
| gzstreambuf () | |
| int | is_open () const | 
| ~gzstreambuf () | |
| gzstreambuf * | open (const char *name, int open_mode) | 
| gzstreambuf * | close () | 
| virtual int | underflow () | 
| virtual int | overflow (int c=EOF) | 
| virtual int | sync () | 
Private Member Functions | |
| int | flush_buffer () | 
Private Attributes | |
| gzFile | file | 
| char | buffer [bufferSize] | 
| char | opened | 
| int | mode | 
Static Private Attributes | |
| static const int | bufferSize = 47+256 | 
Definition at line 51 of file gzstream.h.
      
  | 
  inline | 
Definition at line 72 of file gzstream.h.
      
  | 
  inline | 
Definition at line 81 of file gzstream.h.
      
  | 
  inlineprivate | 
Definition at line 62 of file gzstream.h.
      
  | 
  inline | 
Definition at line 79 of file gzstream.h.
      
  | 
  inline | 
Definition at line 82 of file gzstream.h.
      
  | 
  inline | 
Definition at line 108 of file gzstream.h.
      
  | 
  inlinevirtual | 
Definition at line 118 of file gzstream.h.
      
  | 
  inlinevirtual | 
Definition at line 143 of file gzstream.h.
      
  | 
  inlinevirtual | 
Definition at line 155 of file gzstream.h.
      
  | 
  staticprivate | 
Definition at line 53 of file gzstream.h.
      
  | 
  private | 
Definition at line 56 of file gzstream.h.
      
  | 
  private | 
Definition at line 57 of file gzstream.h.
      
  | 
  private | 
Definition at line 58 of file gzstream.h.
      
  | 
  private | 
Definition at line 59 of file gzstream.h.
 1.8.5