Definition at line 25 of file writer.cpp.
 
|  | 
|  | Writer (const std::string &file_name) | 
|  | 
|  | Writer (std::ostream &output_stream) | 
|  | 
| void | flush () | 
|  | 
◆ EmitterPtr
◆ Writer() [1/2]
  
  | 
        
          | ariles::ns_yaml_cpp03::impl::Writer::Writer | ( | const std::string & | file_name | ) |  |  | inlineexplicit | 
 
 
◆ Writer() [2/2]
  
  | 
        
          | ariles::ns_yaml_cpp03::impl::Writer::Writer | ( | std::ostream & | output_stream | ) |  |  | inlineexplicit | 
 
 
◆ destroyEmitter()
  
  | 
        
          | void ariles::ns_yaml_cpp03::impl::Writer::destroyEmitter | ( |  | ) |  |  | inlineprotected | 
 
 
◆ flush()
  
  | 
        
          | void ariles::ns_yaml_cpp03::impl::Writer::flush | ( |  | ) |  |  | inline | 
 
 
◆ initEmitter()
  
  | 
        
          | void ariles::ns_yaml_cpp03::impl::Writer::initEmitter | ( |  | ) |  |  | inlineprotected | 
 
 
◆ config_ofs_
      
        
          | std::ofstream ariles::ns_yaml_cpp03::impl::Writer::config_ofs_ | 
      
 
output file stream 
Definition at line 33 of file writer.cpp.
 
 
◆ emitter_
      
        
          | EmitterPtr ariles::ns_yaml_cpp03::impl::Writer::emitter_ | 
      
 
instance of YAML emitter, is destroyed and reinitialized by flush() 
Definition at line 39 of file writer.cpp.
 
 
◆ map_depth_
      
        
          | std::size_t ariles::ns_yaml_cpp03::impl::Writer::map_depth_ | 
      
 
 
◆ output_stream_
      
        
          | std::ostream* ariles::ns_yaml_cpp03::impl::Writer::output_stream_ | 
      
 
 
◆ skip_root_map_
      
        
          | bool ariles::ns_yaml_cpp03::impl::Writer::skip_root_map_ | 
      
 
 
The documentation for this class was generated from the following file: