#include <gzstream.h>
Definition at line 167 of file gzstream.h.
 
  
  
      
        
          | gzstreambase::gzstreambase  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | gzstreambase::gzstreambase  | 
          ( | 
          const char *  | 
          name,  | 
         
        
           | 
           | 
          int  | 
          mode  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
Definition at line 173 of file gzstream.h.
void open(const char *name, int open_mode)
 
 
 
 
  
  
      
        
          | gzstreambase::~gzstreambase  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | void gzstreambase::open  | 
          ( | 
          const char *  | 
          name,  | 
         
        
           | 
           | 
          int  | 
          open_mode  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
Definition at line 180 of file gzstream.h.
  181         if ( ! 
buf.
open( name, open_mode))
 
  182             clear( rdstate() | std::ios::badbit);
 
gzstreambuf * open(const char *name, int open_mode)
 
 
 
 
  
  
      
        
          | void gzstreambase::close  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Definition at line 185 of file gzstream.h.
  188           clear( rdstate() | std::ios::badbit );
 
 
 
 
  
  
      
        
          | bool gzstreambase::is_open  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
The documentation for this class was generated from the following file: