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