#include <gzstream.h>
Definition at line 213 of file gzstream.h.
 
◆ ogzstream() [1/2]
◆ ogzstream() [2/2]
  
  
      
        
          | ogzstream::ogzstream  | 
          ( | 
          const char * |           name,  | 
         
        
           | 
           | 
          int |           mode = std::ios::out ) | 
         
       
   | 
  
inline   | 
  
 
 
◆ open()
  
  
      
        
          | void ogzstream::open  | 
          ( | 
          const char * |           name,  | 
         
        
           | 
           | 
          int |           open_mode = std::ios::out ) | 
         
       
   | 
  
inline   | 
  
 
Definition at line 218 of file gzstream.h.
  218                                                            {
  220    }
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: