#include <gzstream.h>
Definition at line 203 of file gzstream.h.
 
◆ igzstream() [1/2]
◆ igzstream() [2/2]
  
  
      
        
          | igzstream::igzstream  | 
          ( | 
          const char * |           name,  | 
         
        
           | 
           | 
          int |           open_mode = std::ios::in ) | 
         
       
   | 
  
inline   | 
  
 
 
◆ open()
  
  
      
        
          | void igzstream::open  | 
          ( | 
          const char * |           name,  | 
         
        
           | 
           | 
          int |           open_mode = std::ios::in ) | 
         
       
   | 
  
inline   | 
  
 
Definition at line 208 of file gzstream.h.
  208                                                           {
  210    }
void open(const char *name, int open_mode)
 
 
 
 
◆ close()
  
  
      
        
          | void gzstreambase::close  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlineinherited   | 
  
 
Definition at line 185 of file gzstream.h.
  185                 {
  188          clear( rdstate() | std::ios::badbit );
  189        else
  190          clear();
  191      }
  192    }
 
 
 
◆ rdbuf()
◆ is_open()
  
  
      
        
          | bool gzstreambase::is_open  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlineinherited   | 
  
 
 
◆ buf
The documentation for this class was generated from the following file: