Definition at line 22 of file writer.cpp.
|
| using | EmitterPtr = std::shared_ptr< YAML::Emitter > |
| |
|
| void | openFile (const std::string &file_name) |
| | open configuration file
|
| |
◆ EmitterPtr
◆ Writer()
template<class... t_Args>
| ariles2::ns_yaml_cpp::impl::Writer::Writer |
( |
t_Args &&... |
args | ) |
|
|
inlineexplicit |
◆ destroyEmitter()
| void ariles2::ns_yaml_cpp::impl::Writer::destroyEmitter |
( |
| ) |
|
|
inline |
◆ flush()
| void ariles2::ns_yaml_cpp::impl::Writer::flush |
( |
| ) |
|
|
inline |
◆ initEmitter()
| void ariles2::ns_yaml_cpp::impl::Writer::initEmitter |
( |
| ) |
|
|
inline |
◆ openFile()
| void ariles2::write::FileVisitorImplementation::openFile |
( |
const std::string & |
file_name | ) |
|
|
inlineprotectedinherited |
open configuration file
- Parameters
-
Definition at line 400 of file write.h.
◆ config_ofs_
| std::ofstream ariles2::write::FileVisitorImplementation::config_ofs_ |
|
inherited |
output file stream
Definition at line 377 of file write.h.
◆ emitter_
| EmitterPtr ariles2::ns_yaml_cpp::impl::Writer::emitter_ |
instance of YAML emitter, is destroyed and reinitialized by flush()
Definition at line 30 of file writer.cpp.
◆ map_depth_
| std::size_t ariles2::ns_yaml_cpp::impl::Writer::map_depth_ |
◆ output_stream_
| std::ostream* ariles2::write::FileVisitorImplementation::output_stream_ |
|
inherited |
output stream
Definition at line 380 of file write.h.
◆ skip_root_map_
| bool ariles2::ns_yaml_cpp::impl::Writer::skip_root_map_ |
The documentation for this class was generated from the following file: