#include <fstream.h>
◆ ofstream() [1/3]
  
  | 
        
          | ext::ofstream::ofstream | ( | const char * | filename | ) |  |  | inline | 
 
 
◆ ofstream() [2/3]
  
  | 
        
          | ext::ofstream::ofstream | ( | const std::string & | filename | ) |  |  | inline | 
 
 
◆ ofstream() [3/3]
  
  | 
        
          | ext::ofstream::ofstream | ( | ofstream && | rhs | ) |  |  | inlinenoexcept | 
 
 
◆ close()
  
  | 
        
          | void ext::ofstream::close | ( |  | ) |  |  | inline | 
 
 
◆ is_open() [1/2]
  
  | 
        
          | bool ext::ofstream::is_open | ( |  | ) |  |  | inline | 
 
 
◆ is_open() [2/2]
  
  | 
        
          | bool ext::ofstream::is_open | ( |  | ) | const |  | inline | 
 
 
◆ open()
  
  | 
        
          | void ext::ofstream::open | ( | const char * | filename, |  
          |  |  | std::ios_base::openmode | mode = std::ios_base::out |  
          |  | ) |  |  |  | inline | 
 
 
◆ operator=()
◆ rdbuf() [1/2]
  
  | 
        
          | std::filebuf * ext::ofstream::rdbuf | ( |  | ) |  |  | inline | 
 
 
◆ rdbuf() [2/2]
  
  | 
        
          | const std::filebuf * ext::ofstream::rdbuf | ( |  | ) | const |  | inline | 
 
 
◆ swap()
  
  | 
        
          | void ext::ofstream::swap | ( | ofstream & | other | ) |  |  | inline | 
 
 
The documentation for this class was generated from the following file: